0
点赞
收藏
分享

微信扫一扫

VTR安装过程中的错误汇总(二)

止止_8fc8 2022-02-23 阅读 33

在make env过程中可能会出现一些python安装包的问题例如下面这个错误:

ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/fe/68/8ea10105c17b95186b5f61b10d6b027524e966422d781712c805041404cf/typed_ast-1.5.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f775f91fb50>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
 

可能是因为权限不够的原因,尝试先进入管理员权限

sudo su

之后再make env就没有问题了

举报

相关推荐

0 条评论