bmabey/pyLDAvis

pyLDAvis | Getting error while collecting sklearn

sharmaapeksha960 opened this issue · 3 comments

Hi

I got a problem where I tried to install pyLDAvis in an environment in Anaconda prompt.

Inorder to install I used pip install pyldavis.

On execution it stopped with an error saying it was not able to install requirement for sklearn. So I installed scikit-learn first using pip install scikit-learn and then tried installing pyldavis again. but still it didnt work. Is there anything that I am missing out here?

This was the error that I got when I first tried to install pyldavis:
Collecting sklearn
ERROR: HTTP error 403 while getting https://.........)

Anyone faced this issue or a possible solution to resolve this?

Make sure you have these packages installed and at the versions listed:
https://github.com/bmabey/pyLDAvis/blob/master/requirements.txt

Also, make sure to use pip3 install pyldavis in the event you still have python2.x installed: pip3 --version should help you determine if you are in python3.8+

was not able to install requirement for sklearn.

removed from requirements in in vs 3.4.0