Put Miniconda (ver 4.9.0), VScode (ver 1.50.1) on the new Win10 PC When I tried to build a coding environment for python, I got the following error and pip did not pass, so I struggled to solve it, so a memorandum.
After building a virtual environment using venv with VScode, when I try to pip install, it does not pass with an error.
OpenSSL installation Install OpenSSL on Win10. Win32 OpenSSL v1.1.1h Light in the figure
Pass the OpenSSL path
Replace the contents of OpenSSL
The contents of the installation destination C: \ Program Files (x86) \ OpenSSL-Win32 \ bin
,
Replace with openssl in the miniconda installation folder
Example)
Copy the contents of C: \ Users \ [user name] \ miniconda3 \ pkgs \ openssl-1.1.1g-he774522_1 \ Library \ bin
to the above OpenSSL installation destination
Check if pip passes
In the middle of writing, simply passing through \ miniconda3 \ pkgs \ openssl-1.1.1g-he774522_1 \ Library \ bin
through the path will solve the problem ...? I thought.
that's all.