-
Notifications
You must be signed in to change notification settings - Fork 867
Description
❌ 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
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
- Clone the repository
- Create and activate a virtual environment
- Run:
pip install -r requirements/dev.txt
Context
- Kolibri version: (not applicable yet, setup failed)
- Operating system: Windows 11
- Python version: 3.8.7
- Pip version: 20.0.3
- Browser: Not applicable


