Python 2.7 – pycharm Failed to create virtual environment – SNIMissingWarning: An HTTPS request has been made,

When PyCharm tries to create a virtual environment for a Python 2.7 project, you might get a “Failed to create virtual environment” error. the solution is…

Even if you try to install virtualenv package manually, you might get:

SNIMissingWarning: An HTTPS request has been made,

From the command:

pip install (virtualenv)

or

pycharm Failed to create virtual environment

When you try to create virtual environment in PyCharm.

with Python 2.7

The problem is that you use an old version of python 2.7

Download latest version of version Python 2.7 from https://www.python.org/downloads/

Python 2.7.18 April 20, 2020

https://www.python.org/downloads/release/python-2718/

And this will solve your problem.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.