mayavoz
mayavoz copied to clipboard
Error when installing requirements with pip.
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.
Hi @crohana , thanks for reporting the error. I'll look into this.