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

module in requirements.txt not found. name wrong? "sklearn" -> "scikit-learn " #1

Open
MaNyh opened this issue May 22, 2024 · 0 comments

Comments

@MaNyh
Copy link

MaNyh commented May 22, 2024

I had an issue installing the requirements with this commit in the main branch

(BudgetBook) many@strichibarbar:~/PycharmProjects/BudgetBook$ pip install -r requirements.txt 
Collecting plotly (from -r requirements.txt (line 1))
  Using cached plotly-5.22.0-py3-none-any.whl.metadata (7.1 kB)
Collecting dash (from -r requirements.txt (line 2))
  Using cached dash-2.17.0-py3-none-any.whl.metadata (10 kB)
Collecting dash-bootstrap-components (from -r requirements.txt (line 3))
  Using cached dash_bootstrap_components-1.6.0-py3-none-any.whl.metadata (5.2 kB)
Collecting dash-bootstrap-templates (from -r requirements.txt (line 4))
  Using cached dash_bootstrap_templates-1.1.2-py3-none-any.whl.metadata (16 kB)
Collecting pytest (from -r requirements.txt (line 5))
  Using cached pytest-8.2.1-py3-none-any.whl.metadata (7.6 kB)
Collecting python-dateutil (from -r requirements.txt (line 6))
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting black (from -r requirements.txt (line 7))
  Using cached black-24.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (77 kB)
Collecting pandas (from -r requirements.txt (line 8))
  Using cached pandas-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)
Collecting pyyaml (from -r requirements.txt (line 9))
  Using cached PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting python-Levenshtein (from -r requirements.txt (line 10))
  Using cached python_Levenshtein-0.25.1-py3-none-any.whl.metadata (3.7 kB)
ERROR: Could not find a version that satisfies the requirement scikit (from versions: none)
ERROR: No matching distribution found for scikit

using scikit-learn instead of sklearn is solving the issue.

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