ERROR: Double requirement given: sphinx-lint #50

Closed
opened 2023-02-16 13:24:43 +00:00 by Iucounu · 0 comments
Contributor

In Xubuntu 20.04 LTS:

$ python -m pip install -r requirements.txt -r venv/cpython/Doc/requirements.txt
ERROR: Double requirement given: sphinx-lint==0.6.7 (from -r venv/cpython/Doc/requirements.txt (line 10)) (already in sphinx-lint (from -r requirements.txt (line 2)), name='sphinx-lint')

Fixed by removing sphinx-lint in requirements.txt

In Xubuntu 20.04 LTS: $ python -m pip install -r requirements.txt -r venv/cpython/Doc/requirements.txt ERROR: Double requirement given: sphinx-lint==0.6.7 (from -r venv/cpython/Doc/requirements.txt (line 10)) (already in sphinx-lint (from -r requirements.txt (line 2)), name='sphinx-lint') Fixed by removing sphinx-lint in requirements.txt
mdk closed this issue 2023-02-16 15:02:38 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AFPy/python-docs-fr#50
No description provided.