我想使用misago建立一个论坛,但我无法安装它。每当我使用 pip install misago 时,我都会收到以下错误。
追踪(最近一次呼叫最后一次):
File "<string>", line 1, in <module>
File "C:\Users\HP\AppData\Local\Temp\pip-build-_sg0mt_y\misago\setup.py", line 11, in <module>
README = open(os.path.join(SETUP_DIR, 'README.rst')).read()
File "c:\users\hp\appdata\local\programs\python\python35-32\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 716: character maps to <undefined>
命令&#34; python setup.py egg_info&#34; C:\ Users \ HP \ AppData \ Local \ Temp \ pip-build-_sg0mt_y \ misago \
中的错误代码1失败我搜索了它们是否与python 3.X兼容并且它们是。我也安装了ez-setup和setuptools来帮助但无济于事。
我使用的是Windows 10,python 3.5。