Python Forum
[Python 3.6.4/Windows] Problem with module installation and SSL
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Python 3.6.4/Windows] Problem with module installation and SSL
#1
Hi everybody

I encounter a problem with pip. Some other guys, here had similar trouble but it was under Linux.

Here is what I obtain when attempting to install a module with pip:

python -m pip install ptvsd
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting ptvsd
Could not fetch URL https://pypi.python.org/simple/ptvsd/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement ptvsd (from versions: )
No matching distribution found for ptvsd


Remark :

import ssl; print(ssl.OPENSSL_VERSION)
OpenSSL 1.0.2k 26 Jan 2017
(This is what I obtain with this snippet)

Suggestions ?

Thanks a lot by advance
Reply


Messages In This Thread
[Python 3.6.4/Windows] Problem with module installation and SSL - by didier31 - Feb-20-2018, 08:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with memory_graph module akbarza 3 407 Mar-04-2024, 10:15 AM
Last Post: snippsat
  Installation module 'pyproj' QuentinR 1 360 Feb-28-2024, 10:00 AM
Last Post: snippsat
  problem using coloeama module akbarza 3 604 Jan-08-2024, 07:31 AM
Last Post: akbarza
Question Need Help with Vehicle Routing Problem with Time Windows (VRPTW) in Python kasper321421312 1 595 Nov-10-2023, 08:19 PM
Last Post: snippsat
  problem in using subprocess module akbarza 5 1,062 Sep-24-2023, 02:02 PM
Last Post: snippsat
  Python installation for old MacOS Yonix 1 514 Sep-21-2023, 03:32 PM
Last Post: menator01
  problem in import module from other folder akbarza 5 1,496 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  problem in using pyqrcode module to create QRcode akbarza 9 2,063 Aug-23-2023, 04:17 PM
Last Post: snippsat
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 876 Jul-15-2023, 11:32 AM
Last Post: snippsat
  Problem with Pyinstaller. No module named '_tkinter' tonynapoli2309 0 1,038 May-15-2023, 02:38 PM
Last Post: tonynapoli2309

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020