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
ERROR: Could not find a version that satisfies the requirement jaxlib<0.5.0,>=0.4.0 (from hssm) (from versions: none)
ERROR: No matching distribution found for jaxlib<0.5.0,>=0.4.0 (from hssm)
Possible solution:
Step 1: Create a separate environment using a package management tool like:
Mac: conda, pipenv, venv
Windows: miniconda, venv, pypenv
Ubuntuconda, pipenv, virtualenv
This step helps to isolate the installation and avoid conflicts with existing packages in your system. Here's an example using conda:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Possible solution:
Step 1: Create a separate environment using a package management tool like:
Mac:
conda
,pipenv
,venv
Windows:
miniconda
,venv
,pypenv
Ubuntu
conda
,pipenv
,virtualenv
This step helps to isolate the installation and avoid conflicts with existing packages in your system. Here's an example using conda:
Step 2: Try installing
hssm
again.pip install hssm
Beta Was this translation helpful? Give feedback.
All reactions