You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axelande opened this issue
Nov 30, 2021
· 5 comments
Labels
BugEither a bug report, or a bug fix. Let's hope for the latter!FeedbackWaiting on the submitter for answersstaleUh oh! Seems this work is abandoned, and the PR is about to close.
But when I now launch QGIS 3.22 I get this error upon launch:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/matplotlib/
Steps to reproduce the issue
Run QGIS 3.22 from the start menu, open the Python console and paste:
The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale".
If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue.
In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue.
If there is no further activity on this issue, it will be closed in a week.
While we hate to see this happen, this issue has been automatically closed because it has not had any activity in the last 42 days despite being marked as feedback. If this issue should be reconsidered, please follow the guidelines in the previous comment and reopen this issue.
Or, if you have any further questions, there are also further support channels that can help you.
BugEither a bug report, or a bug fix. Let's hope for the latter!FeedbackWaiting on the submitter for answersstaleUh oh! Seems this work is abandoned, and the PR is about to close.
What is the bug or the crash?
I've just upgraded from 3.16 to 3.22 and I have written several plugins (e.g https://github.com/axelande/geodatafarm3/blob/master/GeoDataFarm.py#L41-L54) that uses third party python packages. To install them I have a script that looks like this:
But when I now launch QGIS 3.22 I get this error upon launch:
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/matplotlib/
Steps to reproduce the issue
Run QGIS 3.22 from the start menu, open the Python console and paste:
Versions
3.22.1 (Python 3.9)
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: