victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

Installation problem with conda on Windows 10 #151

Closed victorfiorese closed 4 years ago

victorfiorese commented 4 years ago

Hello,

I am new to python and I would like to migrate a lot of Matlab code to Python 3. My problem is that I can not install smop with the command "conda install smop", it results with this error : conda install smop Collecting package metadata (current_repodata.json): failed

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.

ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/main/win-64/current_repodata.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x00000230226EA808>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))"))

Do you have an idea ? Thanks in advance, Best regards

Victor