在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就没有问题了