- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试执行 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]
并按照文档所述构建了 cryptography
,但没有成功。
在 Ubuntu 16.04 上工作
Vagrant 版本 --> 1.9.3
以防万一,VirtualBox版本--> 5.1.20r114628
此外,我宁愿避免执行 sudo vagrant up
,因为我已经读过几次,不推荐这样做。我对此很陌生,不想搞砸太多。
更新: 我已经尝试安装 requests[security]
,就像我在类似的帖子上看到的那样,但没有解决问题...
更新: 也尝试关注此主题 --> InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately但也不工作
最佳答案
尝试升级 python 模块
sudo pip install pyOpenSSL cryptography idna certifi --upgrade
sudo pip install urllib3[secure] --upgrade
sudo pip install requests[security] --upgrade
关于python - Vagrant 起来 : InsecurePlatformWarning,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43560614/
自此消息 lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning:
我正在尝试执行 vagrant up 但一直遇到此错误: ==> default: IOError: [Errno 13] Permission denied: '/usr/local/lib/pyt
我在构建 Docker 镜像时收到此警告: /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:
`我正在运行 AWS EC2操作系统:ubuntu 14.04 python --版本Python 2.6.9 pip --版本来自/usr/local/lib/python2.6/site-pack
我安装了 Python 3.4.0,但无法使用 pip。然后我从 python.org 安装了 pip。然后我设置路径。当我使用 pip 时,它会报告这些: C:\Users\think\Down
当我通过 python REST API (pyral) 连接到 Rally 时,我收到以下警告。 C:\PYTHON27\lib\site-packages\requests-2.6.0-py2.7
这个问题在这里已经有了答案: SSL InsecurePlatform error when using Requests package (16 个答案) 关闭7年前。 尝试使用以下代码通过 pyt
我已经安装了 pyOpenSSL 和所有必需的包,但我在安装 OpenSSL 时收到此警告。 $ pip install OpenSSL Collecting OpenSSL C:\python27\
我目前在 Ubuntu 14.04 和 python 2.7.6 上运行 pip,版本 1.5.4,无法将 pip 升级到最新版本。 当我运行 pip install --upgrade pip 时,
以前我曾经通过 pip 安装软件包,但现在我尝试使用 pip 安装 Python 库,出现 SSL 错误: /home/teleduce/.virtualenvs/teleduce_handler/
我是一名优秀的程序员,十分优秀!