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 markdown doesn't work now. It was working last week. #11100

Closed
1 task done
yyz20002008 opened this issue May 9, 2022 · 2 comments
Closed
1 task done

pip install markdown doesn't work now. It was working last week. #11100

yyz20002008 opened this issue May 9, 2022 · 2 comments
Labels
type: support User Support

Comments

@yyz20002008
Copy link

yyz20002008 commented May 9, 2022

Description

I has rebooted, but it doesn't work
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/markdown/
WARNING: Retrying (Retry(total=3, 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/markdown/
WARNING: Retrying (Retry(total=2, 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/markdown/
WARNING: Retrying (Retry(total=1, 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/markdown/
WARNING: Retrying (Retry(total=0, 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/markdown/
Could not fetch URL https://pypi.org/simple/markdown/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/markdown/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement markdown (from versions: none)
ERROR: No matching distribution found for markdown
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Expected behavior

No response

pip version

22.0.4

Python version

3.8

OS

Win 11 Home 10.0.22000

How to Reproduce

  1. actiavte env
  2. then pip install markdown

Output

No response

Code of Conduct

@yyz20002008 yyz20002008 added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels May 9, 2022
@yyz20002008 yyz20002008 changed the title pip install markdown doesn't work now. Tt was working last week. pip install markdown doesn't work now. It was working last week. May 9, 2022
@DiddiLeija
Copy link
Member

Hi @yyz20002008, I think this is actually not a pip issue.

Trying this using Python 3.9 and Windows 10, works fine for me:

See the output
(test-pip-11100) C:\Users\Diego Ramirez>pip --version
pip 22.0.4 from C:\Users\Diego Ramirez\test-pip-11100\lib\site-packages\pip (python 3.9)

(test-pip-11100) C:\Users\Diego Ramirez>pip install markdown
Collecting markdown
  Downloading Markdown-3.3.7-py3-none-any.whl (97 kB)
     ---------------------------------------- 97.8/97.8 KB 795.8 kB/s eta 0:00:00
Collecting importlib-metadata>=4.4
  Using cached importlib_metadata-4.11.3-py3-none-any.whl (18 kB)
Collecting zipp>=0.5
  Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Installing collected packages: zipp, importlib-metadata, markdown
Successfully installed importlib-metadata-4.11.3 markdown-3.3.7 zipp-3.8.0

(test-pip-11100) C:\Users\Diego Ramirez>

By analyzing your output, it says:

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")'

So, as I see it, it's more likely related to your own configurations and your Python installation.

@DiddiLeija DiddiLeija added type: support User Support and removed type: bug A confirmed bug or unintended behavior labels May 9, 2022
@pradyunsg pradyunsg removed the S: needs triage Issues/PRs that need to be triaged label May 9, 2022
@pradyunsg
Copy link
Member

Hi!

I think that Python Discord's #help-* channels, python-list or python-tutor mailing lists,or StackOverflow would be better channels to get support for the issue you're facing.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: support User Support
Projects
None yet
Development

No branches or pull requests

3 participants