I am trying to setup hopsworks but having some dependency issues. It would be really great if someone can help me.
Python version: 3.6.8
command: pip install hopsworks
logs:
Collecting hopsworks
Using cached hopsworks-3.0.5.tar.gz (35 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘done’
Using cached hopsworks-3.0.4.tar.gz (35 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘done’
Using cached hopsworks-3.0.3.tar.gz (35 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘done’
Using cached hopsworks-3.0.2.tar.gz (34 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘done’
Using cached hopsworks-3.0.1.tar.gz (34 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘done’
The conflict is caused by:
hopsworks 3.0.5 depends on hsfs[python]<3.1.0 and >=3.0.0
hopsworks 3.0.4 depends on hsfs[python]<3.1.0 and >=3.0.0
hopsworks 3.0.3 depends on hsfs[python]<3.1.0 and >=3.0.0
hopsworks 3.0.2 depends on hsfs[python]<3.1.0 and >=3.0.0
hopsworks 3.0.1 depends on hsfs[python]<3.1.0 and >=3.0.0
To fix this you could try to:
- loosen the range of package versions you’ve specified
- remove package versions to allow pip attempt to solve the dependency conflict
Note: you may need to restart the kernel to use updated packages.
ERROR: Cannot install hopsworks==3.0.1, hopsworks==3.0.2, hopsworks==3.0.3, hopsworks==3.0.4 and hopsworks==3.0.5 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit User Guide - pip documentation v23.2.dev0