pip install cryptacular卡住,卡在downloading阶段

笔者安装pip install cryptacular卡在downloading阶段,但不知道为何

复制代码
Collecting cryptacular
  Created temporary directory: /tmp/pip-unpack-qfbl8f08
  http://10.170.22.41:8082 "GET http://repo.huaweicloud.com/repository/pypi/packages/42/69/34d478310d6c4451e5ddeabe879b28cc304173e0301b3568eca88ec65112/cryptacular-1.6.2.tar.gz HTTP/1.1" 200 75764
  Downloading http://repo.huaweicloud.com/repository/pypi/packages/42/69/34d478310d6c4451e5ddeabe879b28cc304173e0301b3568eca88ec65112/cryptacular-1.6.2.tar.gz (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.8/75.8 kB 689.1 kB/s eta 0:00:00
  Added cryptacular from http://repo.huaweicloud.com/repository/pypi/packages/42/69/34d478310d6c4451e5ddeabe879b28cc304173e0301b3568eca88ec65112/cryptacular-1.6.2.tar.gz#sha256=7b529cb2b8a3c7e5be77921bf1ebc653d4d3a8f791375cc6f971b20db2404176 to build tracker '/tmp/pip-build-tracker-hsj8iwcd'
  Created temporary directory: /tmp/pip-build-env-2clvkpu2
  Running command pip subprocess to install build dependencies
  Using pip 22.3.1 from /root/miniconda3/envs/UMT/lib/python3.9/site-packages/pip (python 3.9)
  Looking in indexes: http://repo.huaweicloud.com/repository/pypi/simple
  WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPConnection object at 0xffff8a064610>, 'Connection to repo.huaweicloud.com timed out. (connect timeout=15)')': /repository/pypi/simple/pytoml/

解决办法是,首先加上-vvv参数,可以展示安装过程卡在哪一步,比如笔者加上参数后,发现卡在了下载scon这一步(如下日志所示)。于是从本地PC下载whl包后,上传到机器安装。

复制代码
https://pypi.tuna.tsinghua.edu.cn:443 "GET /packages/45/92/50b739021983b131dcacd57aa8b04d31c5acc2e7e0eb4ed4a362f438c6b7/scons-4.9.1-py3-none-any.whl HTTP/1.1" 200 4131331
    Downloading https://pypi.tuna.tsinghua.edu.cn/packages/45/92/50b739021983b131dcacd57aa8b04d31c5acc2e7e0eb4ed4a362f438c6b7/scons-4.9.1-py3-none-any.whl (4.1 MB)
          ━━━━━━━━━━━━━━━━━━━━━━━━━━╸              2.8/4.1 MB 44.2 kB/s eta 0:00:32

pip install scons-4.9.1-py3-none-any.whl

之后再安装cryptacular即可

相关推荐
猫头虎1 天前
如何查看局域网内IP冲突问题?如何查看局域网IP环绕问题?arp -a命令如何使用?
网络·python·网络协议·tcp/ip·开源·pandas·pip
猫头虎2 天前
如何解决 pip install -r requirements.txt extras 语法 ‘package[extra’ 缺少 ‘]’ 解析失败问题
开发语言·python·开源·beautifulsoup·virtualenv·pandas·pip
万粉变现经纪人4 天前
如何解决 pip install -r requirements.txt 约束文件 constraints.txt 仅允许固定版本(未锁定报错)问题
开发语言·python·r语言·django·beautifulsoup·pandas·pip
万粉变现经纪人4 天前
如何解决 pip install -r requirements.txt 无效可编辑项 ‘e .‘(-e 拼写错误)问题
开发语言·python·r语言·beautifulsoup·pandas·pip·scipy
猫头虎6 天前
如何解决 pip install -r requirements.txt 本地轮子路径 ‘./packages/xxx.whl’ 不存在 问题
开发语言·网络·python·r语言·pip·gpu算力·国产
fly-phantomWing10 天前
在命令提示符页面中用pip命令行安装Python第三方库的详细步骤
开发语言·python·pip
万粉变现经纪人10 天前
如何解决 pip install 安装报错 ImportError: cannot import name ‘xxx’ from ‘yyy’ 问题
python·selenium·测试工具·flask·scikit-learn·fastapi·pip
万粉变现经纪人13 天前
如何解决 pip install 安装报错 ModuleNotFoundError: No module named ‘flax’ 问题
selenium·flask·beautifulsoup·numpy·scikit-learn·pip·scipy
万粉变现经纪人16 天前
如何解决 pip install 安装报错 ModuleNotFoundError: No module named ‘tokenizers’ 问题
python·selenium·测试工具·scrapy·beautifulsoup·fastapi·pip
万粉变现经纪人18 天前
如何解决 pip install 安装报错 ModuleNotFoundError: No module named ‘django’ 问题
ide·后端·python·django·beautifulsoup·pandas·pip