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

requirements.txt typo #19

Open
hk-mp5a3 opened this issue Jun 29, 2020 · 0 comments
Open

requirements.txt typo #19

hk-mp5a3 opened this issue Jun 29, 2020 · 0 comments

Comments

@hk-mp5a3
Copy link

When I try to run

$ pip install -r requirements.txt 

I received a message:

Requirement already satisfied: numpy>=1.12.0 in /Users/username/anaconda3/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.15.0)
Requirement already satisfied: scipy>=0.18.1 in /Users/username/anaconda3/lib/python2.7/site-packages (from -r requirements.txt (line 2)) (1.1.0)
Collecting sklearn>=0.9 (from -r requirements.txt (line 3))
  Could not find a version that satisfies the requirement sklearn>=0.9 (from -r requirements.txt (line 3)) (from versions: 0.0)
No matching distribution found for sklearn>=0.9 (from -r requirements.txt (line 3))

Should the requirement for scikit-learn be changed from sklearn>=0.9 to scikit-learn>=0.9 in requirements.txt?

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

1 participant