小编Dan*_*l F的帖子

pip install制表UnicodeDecodeError

我正在尝试tabulate通过pip3 install tabulate在Archlinux上运行来安装python包但是我收到以下错误:

Downloading/unpacking tabulate
Downloading tabulate-0.6.tar.gz
Running setup.py egg_info for package tabulate
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip_build_user/tabulate/setup.py", line 8, in <module>
LONG_DESCRIPTION = open("README.rst").read().replace("`_", "`")
File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 8035: ordinal 
not in range(128)
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "<string>", line 16, in <module>

File …
Run Code Online (Sandbox Code Playgroud)

pip python-3.x

5
推荐指数
1
解决办法
2473
查看次数

标签 统计

pip ×1

python-3.x ×1