fossasia / fossasia/knitserver

Requirements.txt fails while installing knitlibs from pip

Open
#2 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.5k
Forks
5
PR merge metrics
No merged PRs in 30d

Description

```
(venv) $ pip install -r requirements.txt
Collecting Flask (from -r requirements.txt (line 1))
Collecting flask-cors (from -r requirements.txt (line 2))
Downloading Flask-Cors-2.1.2.tar.gz
Collecting knitlib (from -r requirements.txt (line 3))
Could not find a version that satisfies the requirement knitlib (from -r requirements.txt (line 3)) (from versions: )
No matching distribution found for knitlib (from -r requirements.txt (line 3))
You are using pip version 8.0.2, however version 8.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by inspecting requirements.txt, especially line 3, and reproduce the failure with pip install -r requirements.txt. Check why knitlib cannot be resolved from the listed requirements; done means the requirements file installs successfully without the reported knitlib error.

Written by the indexing model from the issue text.

Assessment

Tech stack
flask, python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.