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 Python 3.5: Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) - skipping #64

Closed
SylvainDe opened this issue May 15, 2024 · 1 comment

Comments

@SylvainDe
Copy link
Owner

First failure

Date: 10th May
Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/9025567006 my_github_actions #1298
Jobs: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/9025567006/job/24801488377

Python 3.5
Run actions/setup-python@v4
  with:
    python-version: 3.5
    allow-prereleases: true
    check-latest: false
    token: ***
    update-environment: true
Installed versions
  Version ~3.5.0-0 was not found in the local cache
  Version ~3.5.0-0 is available for downloading
  Download from "https://github.com/actions/python-versions/releases/download/3.5.10-90026/python-3.5.10-linux-20.04-x64.tar.gz"
  Extract downloaded archive
  /usr/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/93f5ff94-e00d-4d59-8f6d-dd13993da8d8 -f /home/runner/work/_temp/02762ccf-8c11-4911-9a99-34be059f9038
  Execute installation script
  Check if Python hostedtoolcache folder exist...
  Create Python 3.5.10 folder
  Copy Python binaries to hostedtoolcache folder
  Create additional symlinks (Required for the UsePythonVersion Azure Pipelines task and the setup-python GitHub Action)
  Upgrading PIP...
  Requirement already satisfied: setuptools in /opt/hostedtoolcache/Python/3.5.10/x64/lib/python3.5/site-packages
  Requirement already satisfied: pip in /opt/hostedtoolcache/Python/3.5.10/x64/lib/python3.5/site-packages
  Collecting pip
  Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:728) - skipping
  Error: Could not find a version that satisfies the requirement pip (from versions: )
  Error: No matching distribution found for pip
  Error: The process '/usr/bin/bash' failed with exit code 1

Last success

Date: 9th May
Build: https://github.com/SylvainDe/DidYouMean-Python/actions/runs/9010612184 my_github_actions #1297

This looks like actions/setup-python#866 .

@SylvainDe
Copy link
Owner Author

Done

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