Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'canvasapi' #17

Closed
raymurt opened this issue Jul 29, 2023 · 1 comment
Closed

ModuleNotFoundError: No module named 'canvasapi' #17

raymurt opened this issue Jul 29, 2023 · 1 comment

Comments

@raymurt
Copy link

raymurt commented Jul 29, 2023

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:

Traceback (most recent call last):
  File "/Users/raymu/Downloads/canvas-student-data-export-master/export.py", line 7, in <module>
    from canvasapi import Canvas
ModuleNotFoundError: No module named 'canvasapi'
@davekats
Copy link
Owner

davekats commented Sep 6, 2023

Hi @raymurt, you might have two different versions of python and pip installed. Try running pip3 install canvasapi then python3 export.py

@davekats davekats closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants