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

Requirements trouble #105

Open
bullbesh opened this issue May 27, 2022 · 2 comments
Open

Requirements trouble #105

bullbesh opened this issue May 27, 2022 · 2 comments

Comments

@bullbesh
Copy link

I use python 3.10.2 and get some troubles when try to add requirements.txt at my venv. There is source:

image

Then I installed all the dependencies manually and try to start main.py. It works correctly:

image

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.

@bullbesh bullbesh reopened this May 27, 2022
@RB-009
Copy link

RB-009 commented Jul 14, 2023

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.
mario game error

feel free to connect me if you have any more errors.

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