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
ERROR: Cannot install -r requirements.txt (line 21), -r requirements.txt (line 22) and grpcio==1.27.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested grpcio==1.27.2
tensorboard 2.1.0 depends on grpcio>=1.24.3
tensorflow 2.4.0 depends on grpcio~=1.32.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
When trying to install the dependencies with
pip install -r requirements.txt
several errors concerning conflicting dependencies are raised.
The text was updated successfully, but these errors were encountered: