ModuleNotFoundError: No module named 'canvasapi' #17
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cyberes/canvas-student-data-export#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm running this on my Mac. I've already installed canvasapi module to my computer by typing in the terminal:
pip install canvasapi
Later on, after having installed everything, I went ahead to run export.py by typing:
python3 export.py
Then I was greeted with the following:
Hi @raymurt, you might have two different versions of python and pip installed. Try running
pip3 install canvasapi
thenpython3 export.py