Problems deploying project to Github in Python
hfocampo
HOBBYOP

2 years ago

When trying to deploy this error always appears, I change the Python version and it remains the same, please help, thank you.
"#10 4.660 ERROR: Could not find a version that satisfies the requirement python==3.11 (from versions: none)

10 4.661 ERROR: No matching distribution found for python==3.11"

2 Replies

hfocampo
HOBBYOP

2 years ago

no version of python works


2 years ago

You do not specify a python version in your requirements.txt, the python version is specified in a runtime.txt file.

Simply put 3.11 in a runtime.txt file.


Loading...