Python 流浪汉:不安全的平台警告

Python 流浪汉:不安全的平台警告,python,ssl,vagrant,pyopenssl,Python,Ssl,Vagrant,Pyopenssl,我正在尝试执行vagrant up,但一直遇到以下错误: ==> default: IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/_billiard.so' ==> default: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: I

我正在尝试执行
vagrant up
,但一直遇到以下错误:

==> default: IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/_billiard.so'
==> default: /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
==> default:   InsecurePlatformWarning
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
我确实安装了
urllib3[secure]
,并按照文档中的说明构建了
加密
,但没有成功

从Ubuntu 16.04开始工作

流浪版本-->1.9.3

以防万一,VirtualBox版本-->5.1.20r114628

另外,我宁愿避免做
sudo vagrant up
,因为我已经读了好几遍了,不建议这样做。我是个新手,不想把事情搞得一团糟

更新:我已经尝试安装
请求[security]
,正如我在一个类似的线程上读到的,但没有解决问题

更新:也尝试了遵循此线程-->
但也不起作用

请尝试升级python模块


sudo pip安装pyOpenSSL加密idna certifi--升级
sudo pip安装urllib3[安全]--升级
sudo pip安装请求[安全]--升级

您是否尝试解决您遇到的错误
IOError:[Errno 13]权限被拒绝:
。在这之后你可能会有好运。只是一个建议。你查过@FrédéricHenri yeo了吗,但这并不能解决问题