You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use python 3.10.2 and get some troubles when try to add requirements.txt at my venv. There is source:
Then I installed all the dependencies manually and try to start main.py. It works correctly:
I understand that specific versions are written in the dependencies so that there are no run problems, but current requirements.txt pygame version returns an error when last pygame version works stably.
The text was updated successfully, but these errors were encountered:
use "pip freeze" in yours systems command line.
now you will get a list packages installed in your system,
now open requirements.txt file and change the version of pygame and scipy according to version of packages in your system. now run the program and your ready to go.
feel free to connect me if you have any more errors.
I use python 3.10.2 and get some troubles when try to add requirements.txt at my venv. There is source:
Then I installed all the dependencies manually and try to start
main.py
. It works correctly:I understand that specific versions are written in the dependencies so that there are no run problems, but current
requirements.txt
pygame version returns an error when last pygame version works stably.The text was updated successfully, but these errors were encountered: