0

I am trying to install panda in virtual environment using pip in visual studio code,

pip install pandas

But getting following error. I tried using proxy, python -m pip config --global set global.proxy <my_proxy>:Port

Collecting pandas
  Could not fetch URL https://pypi.python.org/simple/pandas/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
  Could not find a version that satisfies the requirement pandas (from versions: )

0 Answers0