Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

PyPI certificate issue preventing the installation of SuPy #652

Closed
sunt05 opened this issue Oct 16, 2024 · 0 comments
Closed

PyPI certificate issue preventing the installation of SuPy #652

sunt05 opened this issue Oct 16, 2024 · 0 comments

Comments

@sunt05
Copy link
Contributor

sunt05 commented Oct 16, 2024

Thank you @biglimp and @sunt05 for your help, you guided me directly to the solution.
It was a certificate problem and my company didn't trust supy and click.

After trying to install the packages with pip in the OSGeo4W Shell, I got the problem code indicating it was a certificate issue.

Solution:

  1. Start OSGeo4W Shell.
  2. Run this line to update the list of trusted packages:
python -m pip install pip-system-certs --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org
  1. Start QGIS. Then QGIS could automatically update the missing packages (or you can install them yourself in the shell typing "pip install supy click").

Thanks again!

Originally posted by @nissepistol in #83

@UMEP-dev UMEP-dev locked and limited conversation to collaborators Oct 16, 2024
@sunt05 sunt05 converted this issue into discussion #653 Oct 16, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant