Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install error #1

Open
eN0Rm opened this issue Mar 20, 2023 · 1 comment
Open

pip install error #1

eN0Rm opened this issue Mar 20, 2023 · 1 comment

Comments

@eN0Rm
Copy link

eN0Rm commented Mar 20, 2023

I get this error when I try to install.

(rtsp_timelaps) fredrik@FarFarServer:~/git.repos/rtsp-timelapse$ pip install -r requirements.txt 
Collecting apprise==1.1.0
  Using cached apprise-1.1.0-py2.py3-none-any.whl (1.1 MB)
Collecting black==22.10.0
  Using cached black-22.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
Collecting certifi==2022.9.24
  Using cached certifi-2022.9.24-py3-none-any.whl (161 kB)
Collecting charset-normalizer==2.1.1
  Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting click==8.1.3
  Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting idna==3.4
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting importlib-metadata==5.0.0
  Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB)
Collecting Markdown==3.4.1
  Using cached Markdown-3.4.1-py3-none-any.whl (93 kB)
Collecting mypy-extensions==0.4.3
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting oauthlib==3.2.2
  Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Collecting pathspec==0.10.1
  Using cached pathspec-0.10.1-py3-none-any.whl (27 kB)
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
(rtsp_timelaps) 1 fredrik@FarFarServer:~/git.repos/rtsp-timelapse$ cat requirements.txt 
apprise==1.1.0
black==22.10.0
certifi==2022.9.24
charset-normalizer==2.1.1
click==8.1.3
idna==3.4
importlib-metadata==5.0.0
Markdown==3.4.1
mypy-extensions==0.4.3
oauthlib==3.2.2
pathspec==0.10.1
pkg-resources==0.0.0
platformdirs==2.5.3
PyYAML==6.0
requests==2.28.1
requests-oauthlib==1.3.1
tomli==2.0.1
typed-ast==1.5.4
typing-extensions==4.4.0
urllib3==1.26.12
zipp==3.10.0
@simsmith007
Copy link

I get this error when I try to install.

(rtsp_timelaps) fredrik@FarFarServer:~/git.repos/rtsp-timelapse$ pip install -r requirements.txt 
Collecting apprise==1.1.0
  Using cached apprise-1.1.0-py2.py3-none-any.whl (1.1 MB)
Collecting black==22.10.0
  Using cached black-22.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB)
Collecting certifi==2022.9.24
  Using cached certifi-2022.9.24-py3-none-any.whl (161 kB)
Collecting charset-normalizer==2.1.1
  Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting click==8.1.3
  Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting idna==3.4
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting importlib-metadata==5.0.0
  Using cached importlib_metadata-5.0.0-py3-none-any.whl (21 kB)
Collecting Markdown==3.4.1
  Using cached Markdown-3.4.1-py3-none-any.whl (93 kB)
Collecting mypy-extensions==0.4.3
  Using cached mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
Collecting oauthlib==3.2.2
  Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Collecting pathspec==0.10.1
  Using cached pathspec-0.10.1-py3-none-any.whl (27 kB)
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
(rtsp_timelaps) 1 fredrik@FarFarServer:~/git.repos/rtsp-timelapse$ cat requirements.txt 
apprise==1.1.0
black==22.10.0
certifi==2022.9.24
charset-normalizer==2.1.1
click==8.1.3
idna==3.4
importlib-metadata==5.0.0
Markdown==3.4.1
mypy-extensions==0.4.3
oauthlib==3.2.2
pathspec==0.10.1
pkg-resources==0.0.0
platformdirs==2.5.3
PyYAML==6.0
requests==2.28.1
requests-oauthlib==1.3.1
tomli==2.0.1
typed-ast==1.5.4
typing-extensions==4.4.0
urllib3==1.26.12
zipp==3.10.0

remove pkg-resources==0.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants