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

Failed to install PaCMAP with pip #54

Closed
Thiziri-Hafir opened this issue Jun 22, 2023 · 4 comments
Closed

Failed to install PaCMAP with pip #54

Thiziri-Hafir opened this issue Jun 22, 2023 · 4 comments
Assignees

Comments

@Thiziri-Hafir
Copy link

hello, we're two users trying to install the library for the first time but without succes. Does anyone know how to solve the problem.

@hyhuang00
Copy link
Collaborator

Hi there. What is the error message when you're trying to install your library?

@nirbhayjm
Copy link

I have also experienced this error -- pip install pacmap doesn't work due to a Failed to build annoy error, likely due to mismatch of c++ libraries. I was able to fix this by first installing annoy through conda.

conda install -c conda-forge python-annoy
pip install pacmap

@hyhuang00
Copy link
Collaborator

Thank you for sharing your experience and solution! I agree there might be some problems with the C++ dependencies. Will try to replicate the issue on a local environment.

@hyhuang00 hyhuang00 self-assigned this Aug 8, 2023
@hyhuang00
Copy link
Collaborator

I am unable to replicate this issue locally, so I guess the problem depends on the user's local environment. We have updated the README accordingly, and thank you for your help!

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