我目前正在尝试使用 django-oscar 包作为 Django 实际电子商务的解决方案。
我从它的文档开始,但是当尝试在本地运行沙箱时,如此处所示,但是在运行时
$ make sandbox
我得到(经过长时间的下载系列)这个错误:
Traceback (most recent call last):
File "/home/valle/.virtualenvs/oscar/bin/pip", line 11, in <module>
sys.exit(main())
File "/home/valle/.virtualenvs/oscar/lib/python2.7/site-packages/pip/__init__.py", line 185, in main
return command.main(cmd_args)
File "/home/valle/.virtualenvs/oscar/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 79: ordinal not in range(128)
make: ** [install] Erro 1
今天早上我在安装织物时也遇到了同样的错误。我在 VirtualBox 中使用 Fedora 20。