Skip to content

🚫 Setup Error: pre-commit==3.8.0 Not Found During pip install -r requirements/dev.txt #13458

@NihalShinde4933

Description

@NihalShinde4933

This issue is not open for contribution. Visit Contributing guidelines to learn about the contributing process and how to find suitable issues.

Observed behavior

Attempting to set up the local development environment using the instructions provided in the documentation, I ran the following command: pip install -r requirements/dev.txt
However, it resulted in the following error:
ERROR: Could not find a version that satisfies the requirement pre-commit==3.8.0 ERROR: No matching distribution found for pre-commit==3.8.0
It appears that pre-commit==3.8.0 is not available on PyPI for my Python environment.

Errors and logs

ERROR: Could not find a version that satisfies the requirement pre-commit==3.8.0 (from versions: 0.2.0, ..., 3.5.0) ERROR: No matching distribution found for pre-commit==3.8.0

Image
Image

Expected behavior

The development dependencies should install successfully using the command: ``pip install -r requirements/dev.txt`

User-facing consequences

New contributors may be blocked during the setup process due to this dependency resolution error, preventing them from running the project locally.

Steps to reproduce

  1. Clone the repository
  2. Create and activate a virtual environment
  3. Run: pip install -r requirements/dev.txt

Context

  1. Kolibri version: (not applicable yet, setup failed)
  2. Operating system: Windows 11
  3. Python version: 3.8.7
  4. Pip version: 20.0.3
  5. Browser: Not applicable

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions