Django中的UnicodeDecodeError(oscar和fabric)

时间:2014-07-10 22:01:10

标签: django fedora fabric django-oscar

我目前正在尝试使用django-oscar软件包作为Django实用电子商务的解决方案。

我是从它的文档开始的,但在尝试按照here指示在本地运行沙箱时,但在运行时

$ 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。

0 个答案:

没有答案