-
Notifications
You must be signed in to change notification settings - Fork 30
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
textrpp_install
fails to install hdbscan 0.8.33
#190
Comments
Hi, thanks for reproting this. Which text-package version are you using? (also, here you can see it being build on Unbuntu: https://github.com/OscarKjell/text/actions/runs/10140715536/job/28036469916) |
I'm using text v1.2.3 and conda v24.7.1 (Also, my colleague has the same issue on his Arch Linux based system.) |
According to scikit-learn-contrib/hdbscan#634, hdbscan cannot be compiled with gcc v14. The Ubuntu version in your test is probably still using gcc v13. Running the following code fixed the issue for me:
|
Yes, exactly. It depends on the version of GCC compiler in Linux. I wonder if we need to include this or just print a message instead. @OscarKjell |
Hey,
I cannot install the Python dependencies by running
textrpp_install()
on Linux (fully updated Manjaro).After removing the hdbscan version specification from
rpp_version=
, it works. 🤷The text was updated successfully, but these errors were encountered: