gpt4 book ai didi

python - Unicode解码错误: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)

转载 作者:太空宇宙 更新时间:2023-11-04 10:34:53 24 4
gpt4 key购买 nike

我正在尝试在我的 kali linux 发行版上安装 pyopenssl v 0.13.1

当我这样做时:

sudo pip install pyopenssl==0.13.1

Downloading/unpacking pyopenssl==0.13.1
Downloading pyOpenSSL-0.13.1.tar.gz (254kB): 254kB downloaded
Running setup.py (path:/tmp/pip_build_root/pyopenssl/setup.py) egg_info for package pyopenssl

....

它返回这个错误:

----------------------------------------
Rolling back uninstall of pyOpenSSL
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pyopenssl/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-EElRHo-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pyopenssl
Traceback (most recent call last):
File "/usr/local/bin/pip", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 185, in main
return command.main(cmd_args)
File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128)

我现在可以尝试什么?

谢谢!

最佳答案

我在尝试安装 leveldb 包和 numpy 包时遇到了几乎相同的错误——这似乎不仅仅是 pyOpenSSL 的问题。

我能够通过在 Fedora 20 上安装 python-devel 包来修复它。根据对 this 的回答问题,python header 是使用 pip 工具安装包所必需的(至少对于许多包来说这似乎是这种情况)。

因为 Kali 似乎是一个基于 Debian 的发行版,所以您需要的软件包名称是 python-dev


让我知道这是否有效。

关于python - Unicode解码错误: 'ascii' codec can't decode byte 0xe2 in position 35: ordinal not in range(128),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23931353/

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