Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue at scikit-learn #37

Open
nr-graham opened this issue Oct 31, 2023 · 3 comments
Open

Installation issue at scikit-learn #37

nr-graham opened this issue Oct 31, 2023 · 3 comments

Comments

@nr-graham
Copy link

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

@tokebe
Copy link
Owner

tokebe commented Oct 31, 2023

Hi Natalie, it looks like at some point that specific version was made unavailable. I'll test removing the 'rc1' part of the version, and if that fixes installation I'll push the change and let you know.

@tokebe
Copy link
Owner

tokebe commented Oct 31, 2023

@nr-graham I've published a new release which should address this issue.

Please note that niclassify has become wildly out of date in a number of ways (for instance, python 3.9 binaries are no longer provided), which I will be addressing in a rewrite I had previously mentioned. Unfortunately this rewrite has spent a lot of time on the backburner due to other obligations, but progress is being made.

@nr-graham
Copy link
Author

nr-graham commented Oct 31, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants