hercules icon indicating copy to clipboard operation
hercules copied to clipboard

pip3 install labours fails on windows 10

Open m-russ opened this issue 4 years ago • 3 comments

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

m-russ avatar Jan 16 '20 17:01 m-russ

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

M2ohamad avatar Apr 08 '20 15:04 M2ohamad

@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.

vmarkovtsev avatar Apr 08 '20 16:04 vmarkovtsev

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

M2ohamad avatar Apr 10 '20 22:04 M2ohamad