Forums

Conda Environment

Has anyone tried to create conda environments? After installing conda and some other modules, I am getting:

OSError: Tunnel connection failed: 403 Forbidden

Command:

conda create --name envName

It seems an error while connecting to

http://repo.continuum.io

As a free user, your external internet access is limited to a whitelist. Since this is an endpoint to install python packages, we have added it to the whitelist for you. If you try again that error should not come up.

I'll try it. thanks so much.

It worked. Thanks.