Bonjour,
Je suis étudiante en licence et je pratique le python au cours de mon stage en entreprise.
Lorsque j'essaye de télécharger un package, que soit via l'invite de commande ou via le navigateur anaconda cela ne fonctionne pas. Et j'ai l'erreur suivante qui s'affiche:
Sur le navigateur:
Dans l'invite de commande:ConnectionError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x000002747555C208>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',))",),)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000001BC68251278>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed',)': /simple/cx-oracle/
Je suis sous window 10 64bit, j'utilise anaconda avec la version 3.6.7 de python.
Par ailleurs j'ai créer un fichier proxy.condarc pour paramétrés le proxy.
Pourriez-vous m'aidez à résoudre mon problème ?
Partager