Bonjour,
Enseignant à la retraite maintenant, je souhaite me mettre à Python. Pour cela j'ai d'abord installé EduPython, puis, pour faire comme les collègues de mon ancien lycée, j'ai installé Pyzo. Pour ce dernier, je n'arrive pas à installer la première extension "numpy".
J'ai tapé, dans le "shell", la commande >>> conda install numpy mais j'ai eu un message d'erreur :
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/win-32/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/win-32/repodata.json.bz2 (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))
J'ai ensuite essayé de faire pip install numpy, mais ça ne marche pas mieux... Qu'est-ce que j'ai loupé ? Est-ce que mon problème vient de l'installation préalable de EduPython ?
Partager