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
I can't install the package because of numpy ...
Collecting stripnet
Downloading stripnet-0.0.5-py3-none-any.whl (11 kB)
Downloading stripnet-0.0.4-py3-none-any.whl (11 kB)
Downloading stripnet-0.0.3-py3-none-any.whl (11 kB)
The conflict is caused by:
stripnet 0.0.6 depends on numpy==1.22.0
stripnet 0.0.5 depends on numpy==1.22.0
stripnet 0.0.4 depends on numpy==1.22.0
stripnet 0.0.3 depends on numpy==1.22.0
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
I have a virtual pipenv environnement in python 3.7.9
The text was updated successfully, but these errors were encountered:
Unfortunately the numpy restriction was to solve an ongoing issue with HDBSCAN which is required by BERTopic: scikit-learn-contrib/hdbscan#457. So until HDBSCAN releases a new version we're stuck with it
You're unable to install numpy 1.22 because of python 3.7? Can I check if it works while using python 3.8 instead?
Thanks for confirming. Unfortunately until HDBSCAN releases a new version with the fix I think we're stuck with this :( I'll update setup.py to mention only python 3.8.
Hi,
I can't install the package because of numpy ...
Collecting stripnet
Downloading stripnet-0.0.5-py3-none-any.whl (11 kB)
Downloading stripnet-0.0.4-py3-none-any.whl (11 kB)
Downloading stripnet-0.0.3-py3-none-any.whl (11 kB)
The conflict is caused by:
stripnet 0.0.6 depends on numpy==1.22.0
stripnet 0.0.5 depends on numpy==1.22.0
stripnet 0.0.4 depends on numpy==1.22.0
stripnet 0.0.3 depends on numpy==1.22.0
To fix this you could try to:
I have a virtual pipenv environnement in python 3.7.9
The text was updated successfully, but these errors were encountered: