Open
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 topython3.7
andpip
aliased topip3
I'm specifically:
- Beginning by installing Anaconda, which successfully installed
- verification on the CLI using
conda -V
showsconda 4.6.11
- from the GUI of Anaconda-Navigator.app
- I also installed PyCharm with the Anaconda plugin
- verification on the CLI using
- Starting from the Todoist downloader, I run
pip install todoist-python
- no errors on installation
- I set up my credentials in
credentials.json
- 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.
- Jupyter Notebook says
ModuleNotFoundError: No module named 'todoist'
when I attempt to run it.conda install todoist
doesn't work, but I did re-runpip install todoist-python
to verify it was installed and usedpip list | grep todoist
to verify it was there.
What's the best path forward? I'm out of my Python depths 🐍 😄
Metadata
Assignees
Labels
No labels