Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when installing requirements with pip. #37

Open
crohana opened this issue Dec 20, 2022 · 1 comment
Open

Error when installing requirements with pip. #37

crohana opened this issue Dec 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@crohana
Copy link

crohana commented Dec 20, 2022

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.

@shahules786
Copy link
Owner

Hi @crohana , thanks for reporting the error. I'll look into this.

@shahules786 shahules786 added the bug Something isn't working label Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants