-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi Jackson. I'm installing the newest niclassify 1.5.1. I'm running Python 3.9 on Windows 10. During installation, I ran into a problem with the virtual env set up. Specifically at scikit-learn. See error message below. Note I was able to pip install in a venv in a separate console no problem using:
python -m venv sklearn-venv
sklearn-venv\Scripts\activate
pip install -U scikit-learn
See error message:
Installed c:\users\graha\desktop\desktop\niclassify-1.5.1-beta\niclassify-1.5.1-beta\niclassifyenv\lib\site-packages\scipy-1.5.4-py3.9-win-amd64.egg
Searching for scikit-learn==0.24.0rc1
Reading https://pypi.org/simple/scikit-learn/
No local packages or working download links found for scikit-learn==0.24.0rc1
error: Could not find suitable distribution for Requirement.parse('scikit-learn==0.24.0rc1')
Could it just be a problem with scikit-learn==0.24.0rc1 ? I can see that seaborn and scipi were added to the easy install path before my error occurred.
Adding seaborn 0.11.0 to easy-install.pth file
Adding scipy 1.5.4 to easy-install.pth file