-
Notifications
You must be signed in to change notification settings - Fork 374
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
numpy causing various errors #125
Comments
Make sure you have |
I have exactly the same error |
Thanks @ddangelov and sorry to bring this up here,. Not sure it's a real issue for your package; but I thought I'd leave it as others may end up here as well and could redirected to the 'real' issues. All of the above was attempted in fresh venv environments each time, also avoiding binaries and cached packages to no avail. I never checked what |
|
I just tried a fresh install of Top2Vec and it ran without errors. I had the following versions: |
I have the same error stemming from hdbscan while using jupyter lab. The versions of numpy, umap-learn, hdbscan, and joblib are identical to what is listed in :
|
I ran the above with Python 3.8.5, here are all the dependencies: appnope==0.1.2 |
The new version of Top2Vec has |
As mentioned above this seems to be an ongoing issue. There is lots of detail in the linked issues above for umap and hdbscan. |
I finally had some time to try and have got this working by drawing on this comment as follows: I used Dimo's freeze as requirements.txt but removed all mkl which were not available on pypi to yield the list at the bottom.
Pretty sure it was the I used Python 3.8.0 but again I'm pretty sure it doesn't really matter much. I had intended to specify ----- requirements.txt |
With version 1.0.23 of Top2Vec these issues should hopefully be resolved as it uses the updated versions of UMAP and HDBSCAN that have addressed these issues as well as |
it looks like the issue is related to the ABI change in version numpy version 1.20.0. This would require ABI recompilation. |
I've been having trouble with numpy when using Top2Vec version 1.0.20 with Python 3.8.0 on Ubuntu 18.04; I experience the same problems using Python 3.7.5. I've tried installing numpy 1.0.20, numpy 1.19.5.
see this issue for the hbsc error.
and this issue for the umap error.
UMAP
HDBSCAN
The text was updated successfully, but these errors were encountered: