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

Cannot install on Python 3.10 #119

Closed
strokirk opened this issue Nov 4, 2022 · 3 comments
Closed

Cannot install on Python 3.10 #119

strokirk opened this issue Nov 4, 2022 · 3 comments

Comments

@strokirk
Copy link

strokirk commented Nov 4, 2022

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
@Bwhiz
Copy link

Bwhiz commented Apr 30, 2023

experienced the same thing , I just ran in the installation with python 3.9.0 using Pyenv and its running

@robzor92
Copy link
Collaborator

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.

@robzor92
Copy link
Collaborator

robzor92 commented May 3, 2023

@Bwhiz and @strokirk I'm happy to announce we are now supporting Python 3.10. If you try to pip install hopsworks again it will be working for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants