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
Trying to install the library on 3.10 fails with the following error:
❯ pip install hopsworks
Collecting hopsworks
Using cached hopsworks-3.0.4.tar.gz (35 kB)
Preparing metadata (setup.py) ... done
Using cached hopsworks-3.0.3.tar.gz (35 kB)
Preparing metadata (setup.py) ... done
Using cached hopsworks-3.0.2.tar.gz (34 kB)
Preparing metadata (setup.py) ... done
Using cached hopsworks-3.0.1.tar.gz (34 kB)
Preparing metadata (setup.py) ... done
ERROR: Cannot install hopsworks==3.0.1, hopsworks==3.0.2, hopsworks==3.0.3 and hopsworks==3.0.4 because these package versions have conflicting dependencies.
The conflict is caused by:
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:
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
The text was updated successfully, but these errors were encountered:
Hello! @Bwhiz and @strokirk! Currently the hopsworks library, along with hsfs and hsml support Python 3.7, 3.8 and 3.9. Python 3.10 will be supported in the next release.
Trying to install the library on 3.10 fails with the following error:
The text was updated successfully, but these errors were encountered: