Skip to content

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

@MaNyh

Description

@MaNyh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions