Bonjour,
En python 3.6 sur Windows 7
je dois installer pandas.
Comme il y a un probl�me de proxy et j'avais l'erreur Errno 11004, j'ai t�l�charger pandas-0.22.0.tar.gz, d�compresser.
J'ai un r�pertoire pandas-0.22.0 avec fichier setup.py.
Or en lan�ant la commande :
python setup.py install
Il essaie de t�l�charger et par la suite �choue:
J'avais tent� avec pandas-0.22.0-cp36-cp36m-win_amd64.whl
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4 Download error on https://pypi.python.org/simple/numpy/: [Errno 11004] getaddrinfo failed -- Some packages may not be found! Couldn't find index page for 'numpy' (maybe misspelled?)
La m�me erreur:
Merci pour votre aide.
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5 python -m pip install C:\Users\Downloads\pandas-0.22.0-cp36-cp36m-win_amd64.whl Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.Verifi edHTTPSConnection object at 0x0000000003D22908>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed',)': /simple/pytz/
Partager