Question: Having an error running this properly on my vscode terminal. i currently am using vscode and my python is running on python3.11. I tried updating

Having an error running this properly on my vscode terminal.
i currently am using vscode and my python is running on python3.11.
I tried updating my requirement everytime it comes up but  however i keep getting errors:
 

error.png
//requirement.txt file
annotated-types==0.5.0   
anyio==3.7.1
bcrypt==4.0.1
bidict==0.22.1
blinker==1.6.2
cffi==1.15.1
chatterbot-corpus==1.2.0
click>=8.0
colorama==0.4.6
cryptography==41.0.2
distlib==0.3.6
dnspython==2.4.2
eventlet==0.33.3
exceptiongroup==1.1.3
fastapi==0.104.0
filelock==3.12.2
Flask==2.3.2
Flask-Login==0.6.2
Flask-Mail==0.9.1
Flask-MySQLdb==1.0.1
Flask-SocketIO==5.3.6
Flask-SQLAlchemy==3.0.5
greenlet==2.0.2
h11==0.14.0
idna==3.4
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.3
mysqlclient==2.2.0
platformdirs==3.8.1
pycparser==2.21
pydantic==2.4.2
pydantic_core==2.10.1
PyJWT==2.8.0
PyMySQL==1.1.0
python-engineio==4.8.0
python-socketio==5.10.0
PyYAML==3.13
simple-websocket==1.0.0
six==1.16.0
sniffio==1.3.0
SQLAlchemy==2.0.19
starlette==0.27.0
typing_extensions==4.8.0
uvicorn==0.23.2
virtualenv==20.23.1
Werkzeug==2.3.6
wsproto==1.2.0  

(venv) [ec2-user@ demo_app]$ pip install -r requirement.txt ERROR: Ignored the following versions that require a different python version: 0.6.0 Requires-Python >=3.8 ERROR: Could not find a version that satisfies the requirement annotated-types==0.6.0 (from versions: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0) ERROR: No matching distribution found for annotated-types==0.6.0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!