Unable to setup hopsworks

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:

  1. loosen the range of package versions you’ve specified
  2. 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

Hello @Saurabh_Arun_Yadgire!

I see you are using Python 3.6. The hopsworks library supports Python version 3.7, 3.8, 3.9 and 3.10. To resolve that error and begin using hopsworks, please upgrade to a supported Python version and install the library again.

Thank you and enjoy Hopsworks :slightly_smiling_face:

命令:pip install torchvision
报错:ERROR: Cannot install torchvision==0.10.0, torchvision==0.10.1, torchvision==0.11.1, torchvision==0.11.2, torchvision==0.11.3, torchvision==0.3.0, torch
vision==0.4.1, torchvision==0.5.0, torchvision==0.9.0 and torchvision==0.9.1 because these package versions have conflicting dependencies.

The conflict is caused by:
torchvision 0.11.3 depends on torch==1.10.2
torchvision 0.11.2 depends on torch==1.10.1
torchvision 0.11.1 depends on torch==1.10.0
torchvision 0.10.1 depends on torch==1.9.1
torchvision 0.10.0 depends on torch==1.9.0
torchvision 0.9.1 depends on torch==1.8.1
torchvision 0.9.0 depends on torch==1.8.0
torchvision 0.5.0 depends on torch==1.4.0
torchvision 0.4.1 depends on torch
torchvision 0.3.0 depends on torch>=1.1.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 User Guide - pip documentation v24.0.dev0
但是已经安装了torch 2.1.0。怎么解决这个问题?