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

Continous Integration on all jobs: "ERROR: Could not find a version that satisfies the requirement codecov (from versions: none)" #60

Closed
SylvainDe opened this issue Apr 13, 2023 · 1 comment

Comments

@SylvainDe
Copy link
Owner

First failure

Date: 13 April 2023
Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/4684172386

All Python version

6s
Run pip install --upgrade pycodestyle
  pip install --upgrade pycodestyle
  pip install pep257
  pip install pydocstyle
  pip install --upgrade pyflakes || true
  pip install coverage
  pip install codecov
  pip install unittest2
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.10.0/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.0/x64/lib
Collecting pycodestyle
  Downloading pycodestyle-2.10.0-py2.py3-none-any.whl (41 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.3/41.3 kB 670.9 kB/s eta 0:00:00
Installing collected packages: pycodestyle
Successfully installed pycodestyle-2.10.0
Collecting pep257
  Downloading pep257-0.7.0-py2.py3-none-any.whl (18 kB)
Installing collected packages: pep257
Successfully installed pep257-0.7.0
Collecting pydocstyle
  Downloading pydocstyle-6.3.0-py3-none-any.whl (38 kB)
Collecting snowballstemmer>=2.2.0
  Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 31.6 MB/s eta 0:00:00
Installing collected packages: snowballstemmer, pydocstyle
Successfully installed pydocstyle-6.3.0 snowballstemmer-2.2.0
Collecting pyflakes
  Downloading pyflakes-3.0.1-py2.py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 11.8 MB/s eta 0:00:00
Installing collected packages: pyflakes
Successfully installed pyflakes-3.0.1
Collecting coverage
  Downloading coverage-7.2.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (227 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.0/228.0 kB 32.8 MB/s eta 0:00:00
Installing collected packages: coverage
Successfully installed coverage-7.2.3
ERROR: Could not find a version that satisfies the requirement codecov (from versions: none)
ERROR: No matching distribution found for codecov
Error: Process completed with exit code 1.

Last success

Date: 12 April 2023
Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/4673258885
Jobs:

All Python version
(...)
 Installing collected packages: coverage
Successfully installed coverage-7.2.3
Collecting codecov
  Downloading codecov-2.1.12-py2.py3-none-any.whl (16 kB)
Collecting requests>=2.7.9
  Downloading requests-2.28.2-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 9.2 MB/s eta 0:00:00
Requirement already satisfied: coverage in /opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages (from codecov) (7.2.3)
Collecting charset-normalizer<4,>=2
  Downloading charset_normalizer-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (197 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.3/197.3 kB 27.6 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 31.6 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 59.6 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading certifi-2022.12.7-py3-none-any.whl (155 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 62.6 MB/s eta 0:00:00
Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests, codecov
Successfully installed certifi-2022.12.7 charset-normalizer-3.1.0 codecov-2.1.12 idna-3.4 requests-2.28.2 urllib3-1.26.15
Collecting unittest2
  Downloading unittest2-1.1.0-py2.py3-none-any.whl (96 kB)
(...)
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

1 participant