src-d / hercules

Gaining advanced insights from Git repository history.
Other
2.06k stars 146 forks source link

pip3 install labours fails on windows 10 #345

Open m-russ opened 4 years ago

m-russ commented 4 years ago

Getting this when running pip3 install labours "Could not build wheels for hdbscan which use PEP 517 and cannot be installed directly"

I'm not sure if there is something on my end I need to be doing.

image

M2ohamad commented 4 years ago

I had the same issue in Linux and solved it by manually and separately installing hdbscan. Some instructions here: https://pypi.org/project/hdbscan/

vmarkovtsev commented 4 years ago

@m-russ @M2ohamad can you please post the hdbscan build log? There is a magic pip option to either report full logs or to not delete the temporary directory.

M2ohamad commented 4 years ago

I believe you have to add your python's site-packages folder to your PATH variable. In my Linux environment, I found it under $HOME/.local/lib/python3.6/site-packages