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

Pip Fails to install #46

Closed
ramalhoruben opened this issue Jul 14, 2016 · 5 comments
Closed

Pip Fails to install #46

ramalhoruben opened this issue Jul 14, 2016 · 5 comments

Comments

@ramalhoruben
Copy link

Hi,

Linux here, Python 2.7 with the 8.1.2 version of pip! The setup process seems to fails to find a file named: '_hdbscan_tree.c'. This happens with pip or manual install.

Any help appreciated.

@lmcinnes
Copy link
Collaborator

Hmm, that's novel, usually all my problems are with Windows. Let me look into what's going on and I'll get back to you.

@lmcinnes
Copy link
Collaborator

I downloaded directly from pip and the tar.gz for 0.8 does indeed have _hdbscan_tree.c in the hdbscan directory, and builds on my OS X laptop. I don't have access to a Linux machine just at this minute, but I would expect that if the file is there then all should be well. Do you have Cython installed? Lacking Cython, or having an old version of Cython may result in build problems.

@ramalhoruben
Copy link
Author

Yes cython was missing; after that, installation completes sucessfully.

Thank you

@wiseman
Copy link

wiseman commented Aug 18, 2016

I had the same problem. Cython should be declared as a dependency to fix this bug, otherwise pip install will fail.

@lmcinnes
Copy link
Collaborator

Indeed, I think the issue actually is some C files not being added to the
pip package, so I really should just update the pip package. Worth a
new/bugfix release at the very least. Thanks for the report!

On Thu, Aug 18, 2016 at 10:45 AM, John Wiseman notifications@github.com
wrote:

I had the same problem. Cython should be declared as a dependency to fix
this bug, otherwise pip install will fail.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/lmcinnes/hdbscan/issues/46#issuecomment-240745779,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ALaKBR8Yg9M4noIeLA-WA1KIzyhRJmpkks5qhHAggaJpZM4JMvwC
.

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

No branches or pull requests

3 participants