This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ValueError: check_hostname requires server_hostname while pip install command on windows server 2019
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, paul.moore, shreyanse081, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2021-09-20 06:40 by shreyanse081, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Value Error check hostname requires server hostname.JPG shreyanse081, 2021-09-20 06:40 File contains screenshot of the error .
Messages (2)
msg402196 - (view) Author: Shreyans Jain (shreyanse081) Date: 2021-09-20 06:40
I have installed Python 3.9.7 on windows server 2019. When I run "pip list" command, it works. When I try to install any library using "pip install <library>", I get "ValueError: check_hostname requires server_hostname" error. Please check the screenshot for further details.
I am getting the same error on python 3.8.10 version.
msg402197 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2021-09-20 06:53
Please report pip-related issues at https://github.com/pypa/pip
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89408
2021-09-20 06:53:13christian.heimessetstatus: open -> closed
messages: + msg402197

assignee: christian.heimes ->
components: - Build, Windows, SSL
resolution: third party
stage: resolved
2021-09-20 06:40:35shreyanse081create