Das Problem der langsamen Download-Geschwindigkeit von Numpy und Pandas

Das Problem der langsamen Download-Geschwindigkeit von Numpy und Pandas:
Im Allgemeinen kann die direkte Installation unter Python zu langsamer Geschwindigkeit und Verbindungs-Timeout führen:
Wiederholen (Retry(total=4, connect=None, read=None, weitergeleitet=None, status=None)) nach Verbindungsunterbrechung durch „ConnectTimeoutError“
Lösung: Fügen Sie die Spiegeladresse nach Pip hinzu, um
ip install selectedsearch -i http://pypi.douban.com/simple --trusted-host pypi.douban.com herunterzuladen
#Pandas installieren
pip install pandas -i „https://pypi.doubanio.com/simple/“
#Install numpy
pip install numpy-i „https://pypi.doubanio.com/simple/“

Guess you like

Origin blog.csdn.net/weixin_42620513/article/details/123729153