Olá.
Eu havia instalado o Jupyter segundo as recomendações do cursto anterior "Python Pandas: Tratando e Analisando Dados", onde a criação dos ambientes virtuais foi feita posteriormente.
No entanto, seguindo a orientação do curso, estou tendo o seguinte erro quando tento criá-lo no Prompt do Windows:
C:\Users\fabiano>conda create --name aulas_pandas
Collecting package metadata (current_repodata.json): done
Solving environment: done
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
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.
'https://repo.anaconda.com/pkgs/main/win-64'
Poderiam me auxiliar, por favor?
Obrigado.