-
Notifications
You must be signed in to change notification settings - Fork 26
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
ImportError: No module named _view #1
Comments
Hi there, it appears that the newer versions of pygame no longer have import pygame
# import pygame._view #<--- comment out this line
import numpy I haven't ran the project for a while myself, and it seems that it is more laggy than it used to be, and the loading screen is blank. Something must have changed with pygame over the years. Will look into it when I have time. Thanks. |
Thanks for your quick reply. |
It would be better to use virtualenv and lockdown all the dependencies. |
+1, any workarounds? |
I will rewrite the project to Python 3 and use Poetry for dependency management. |
tested with Python 2.7.16
Hi @LingDong- , can you provide your pip requirements.txt?
The text was updated successfully, but these errors were encountered: