Python Forum

Full Version: Unable to create an environment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello ,

I'm trying to create a new environment using :-

conda create --name powerbipython python=3.6 pandas, seaborn, numpy, matplotlib

However it returns :-

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -

I'm able to open https://repo.anaconda.com/pkgs/main/win-...odata.json on my browser

Any idea why this won't work ?