简体   繁体   English

pip 在没有互联网的服务器上离线安装 plotly 轮子(whl)文件失败

[英]pip install plotly wheel (whl) file offline on server without internet fails

I downloaded the wheel file from https://pypi.org/project/plotly/ to install on server without internet.我从https://pypi.org/project/plotly/下载了轮文件以安装在没有互联网的服务器上。 I get error:我得到错误:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x000002A522E72EC8>, 'Connection to pypi.org timed out. (connect timeout=15)')': /simple/retrying/

It get stuck in a loop of retrials.它陷入了重试循环。 how can I download plotly without internet access?如何在没有互联网访问的情况下下载 plotly?

ps: I'm on mac and remote server is windows ps:我在mac上,远程服务器是windows

Try to type "pip install plotly" in your terminal.尝试在终端中输入“pip install plotly”。 No way to download without internet connection though虽然没有互联网连接,但无法下载

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM