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

No module named 'vispy' #215

Open
abhinandankumarpandey opened this issue Aug 5, 2024 · 1 comment
Open

No module named 'vispy' #215

abhinandankumarpandey opened this issue Aug 5, 2024 · 1 comment

Comments

@abhinandankumarpandey
Copy link

While Running ( !python main.py --config argument.yml )

Error
Traceback (most recent call last):
File "/content/3d-photo-inpainting/main.py", line 6, in
import vispy
ModuleNotFoundError: No module named 'vispy'
Screenshot 2024-08-05 213212

@phiho1609
Copy link

Weird question, but have you made sure that vispy was installed via pip?
If not sure, you should be able to get a list of all packages that were installed via pip with !pip freeze --all.
If the list is too long, you can also do !pip freeze --all | egrep "vispy" to only get lines that match vispy.

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