LiberAI / NSpM

🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
http://aksw.org/Projects/NeuralSPARQLMachines
MIT License
222 stars 86 forks source link

Conflicting dependencies #67

Open giuseta opened 2 years ago

giuseta commented 2 years ago

When trying to install the dependencies with pip install -r requirements.txt several errors concerning conflicting dependencies are raised.

mommi84 commented 2 years ago

Hi @giuseta, could you please send more details, e.g. operating system, Python version, pip version, output returned. Thanks.

giuseta commented 2 years ago

Operating System: Ubuntu 20.10 Pip version: 22.0.4 Python version: 3.8.10 Output:

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

Same issue with Windows 11 with python 3.8.10