gpt4 book ai didi

python - 使用pip时异常导入SSLError,InsecurePlatformWarning,python3.4 win32

转载 作者:太空狗 更新时间:2023-10-30 01:37:48 26 4
gpt4 key购买 nike

我安装了 Python 3.4.0,但无法使用 pip。然后我从 python.org 安装了 pip。然后我设置路径。当我使用 pip 时,它会报告这些:

  C:\Users\think\Downloads\pip-7.1.2>pip
Traceback (most recent call last):
File "C:\Python34\lib\runpy.py", line 171, in _run_module_as_main
"__main__", mod_spec)
File "C:\Python34\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
...
File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\conn
ectionpool.py", line 33, in <module>
from .connection import (
File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\conn
ection.py", line 41, in <module>
from .util import (
File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\util
\__init__.py", line 5, in <module>
from .ssl_ import (
File "C:\Python34\lib\site-packages\pip\_vendor\requests\packages\urllib3\util
\ssl_.py", line 4, in <module>
from ..exceptions import SSLError, InsecurePlatformWarning
ImportError: cannot import name 'InsecurePlatformWarning'

Win32 上的 Python3.4.0

最佳答案

请确保您正在运行安装在您的 Python 版本的包含路径中的 pip 模块。

您可以通过 python -m pip install <somemodule> 执行此操作.如果失败,您可能没有正确的模块。

此外,您可能只想为当前用户安装模块,方法是使用 python -m pip install --user <somemodule>

关于python - 使用pip时异常导入SSLError,InsecurePlatformWarning,python3.4 win32,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32362767/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com