Requirements trouble
bullbesh opened this issue · 2 comments
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.
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.