URGENT : I got error to share

Dear,

Sorry, I am new in Streamlit!

Here are the error messages :
ERROR: Could not find a version that satisfies the requirement python3==3.8.10 (from versions: none)
ERROR: No matching distribution found for python3==3.8.10
WARNING: You are using pip version 21.1.1; however, version 21.2.4 is available.

I have updated the pip (see my picture from the cmd)
image

What I have to do now?

I don’t think you should have python3 in your requirements.txt. The python package manage can’t find the python3 package which makes sense. An easy way to create a requirements.txt is to use pip freeze. In as bash terminal you can run

pip freeze > requirements.txt
2 Likes