Impossible to install hopsworks on windows anaconda

Hello,

When I try to install Hopsworks using pip on my virtual conda environment, I get an issue saying that I have conflicting dependencies. I don’t understand because I have no other packages in the environnement.

Does someone knows how to solve this?

Thank you in advance,

Hello @clement13430!

You can find an installation guide here: Client Installation Guide - Hopsworks Documentation

Also keep in mind we support python 3.7, 3.8 and 3.9 right now. This looks similar to the output you would get when trying to install hopsworks in a python 3.10 environment.

You can check the python version used for pip with the command pip --version