Skip to content

How to get started?  #3

Open
Open
@mbbroberg

Description

Hey all, I'm hoping to get this project up and running and I'm starting from a fresh MacOS environment. I don't yet understand the toolchain necessary to do so.

Notes:

  • I'm running Python 3.7, with python aliased to python3.7 and pip aliased to pip3

I'm specifically:

  1. Beginning by installing Anaconda, which successfully installed
    • verification on the CLI using conda -V shows conda 4.6.11
    • from the GUI of Anaconda-Navigator.app
    • I also installed PyCharm with the Anaconda plugin
  2. Starting from the Todoist downloader, I run pip install todoist-python
    • no errors on installation
  3. I set up my credentials in credentials.json
  4. I then try to view todoist_downloader.ipynb
    • in PyCharm, it only shows a JSON object due to it being the community edition
    • through Anaconda-Navigator, I launch Jupyter Notebook, choose the todoist_downloader.ipynb file, then get stuck.
  5. Jupyter Notebook says ModuleNotFoundError: No module named 'todoist' when I attempt to run it.
    • conda install todoist doesn't work, but I did re-run pip install todoist-python to verify it was installed and used pip list | grep todoist to verify it was there.

What's the best path forward? I'm out of my Python depths 🐍 😄

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions