You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a virtual environment created with virtualenv.
I am using version:
Python 3.8.10
pip 20.0.2
Ubuntu 20.04 Windows Subsystem for Linux
while using a virtual environment, I run:
pip install -r requirements.txt
While this is running, I receive this error message
ERROR: numba 0.56.4 has requirement numpy<1.24,>=1.18, but you'll have numpy 1.24.0 which is incompatible.
ERROR: mlflow 2.0.1 has requirement packaging<22, but you'll have packaging 22.0 which is incompatible.
ERROR: tensorboardx 2.5.1 has requirement protobuf<=3.20.1,>=3.8.0, but you'll have protobuf 4.21.12 which is incompatible.
The text was updated successfully, but these errors were encountered:
I am using a virtual environment created with virtualenv.
I am using version:
Python 3.8.10
pip 20.0.2
Ubuntu 20.04 Windows Subsystem for Linux
while using a virtual environment, I run:
pip install -r requirements.txt
While this is running, I receive this error message
ERROR: numba 0.56.4 has requirement numpy<1.24,>=1.18, but you'll have numpy 1.24.0 which is incompatible.
ERROR: mlflow 2.0.1 has requirement packaging<22, but you'll have packaging 22.0 which is incompatible.
ERROR: tensorboardx 2.5.1 has requirement protobuf<=3.20.1,>=3.8.0, but you'll have protobuf 4.21.12 which is incompatible.
The text was updated successfully, but these errors were encountered: