pip install error: no matching distribution found for pkg-resources==0.0.0 #7

Closed
opened 2 years ago by decentral1se · 1 comments
Collaborator

ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from versions: none)
ERROR: No matching distribution found for pkg-resources==0.0.0

Which I managed to resolve with:

diff --git a/requirements.txt b/requirements.txt
index b1669a2..e9a1aca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,11 +6,10 @@ itsdangerous==2.0.1
 Jinja2==3.0.3
 Markdown==3.3.6
 MarkupSafe==2.0.1
-pkg-resources==0.0.0
 plumbum==1.7.2
 ply==3.11
 pypandoc==1.7.2
 typing-extensions==4.0.1
 urllib3==1.26.8
 Werkzeug==2.0.2
 zipp==3.7.0

Versions:

(.venv) ➜  octomode (master) ✔ python --version
Python 3.9.0
(.venv) ➜  octomode (master) ✔ pip --version
pip 22.0.4 from /x/.venv/lib/python3.9/site-packages/pip (python 3.9)
> ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from versions: none) > ERROR: No matching distribution found for pkg-resources==0.0.0 Which I managed to resolve with: ```diff diff --git a/requirements.txt b/requirements.txt index b1669a2..e9a1aca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,10 @@ itsdangerous==2.0.1 Jinja2==3.0.3 Markdown==3.3.6 MarkupSafe==2.0.1 -pkg-resources==0.0.0 plumbum==1.7.2 ply==3.11 pypandoc==1.7.2 typing-extensions==4.0.1 urllib3==1.26.8 Werkzeug==2.0.2 zipp==3.7.0 ``` Versions: ``` (.venv) ➜ octomode (master) ✔ python --version Python 3.9.0 (.venv) ➜ octomode (master) ✔ pip --version pip 22.0.4 from /x/.venv/lib/python3.9/site-packages/pip (python 3.9) ```
Poster
Collaborator

Just re-installed and this error went away!

Just re-installed and this error went away!
decentral1se closed this issue 2 years ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.