All Questions
1 question
0
votes
1
answer
850
views
conda: pip fails in venv due to SSL verification problems - how to make it work as in base environment
If I create a virtual environment using venv and run pip I get WARNING: pip is configured with locations that require TLS/SSL,... although it works in the base environment.
If the base and virtual ...