Skip to content
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

Adds cythonize() call to extensions in setup.py() #658

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

axiak
Copy link
Contributor

@axiak axiak commented Oct 23, 2024

I've been having trouble build hdbscan on MacOS with normal python (e.g. outside of conda). It turns out that nothing was instructing the build system to actually compile the cython files.

After reading the cython documentation, it seems like the easiest fix is to wrap the extensions list in cythonize(). Locally this built fine.

I've been having trouble build hdbscan on MacOS with normal
python (e.g. outside of conda). It turns out that nothing was
instructing the build system to actually compile the cython files.

After reading the cython documentation, it seems like the easiest
fix is to wrap the extensions list in cythonize(). Locally this
built fine.
@lmcinnes lmcinnes merged commit aef934c into scikit-learn-contrib:master Oct 23, 2024
1 check passed
@lmcinnes
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants