Ao criar o ambiente virtual com o comando: conda create --name alura_pandas python=3.6 pandas=0.22.0 obtenho o seguinte erro: WARNING: A space was detected in your requested environment path 'C:\Users\Eduardo Lobo\Anaconda3\envs\alura_pandas' Spaces in paths can sometimes be problematic. Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/free/noarch/repodata.json.bz2 Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/noarch/repodata.json.bz2 (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))'))