YingfanWang/PaCMAP

Failed to install PaCMAP with pip

Closed this issue · 4 comments

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.

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

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

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.

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!