win10_x64上的numpy安装错误(UnicodeEncodeError)

时间:2016-02-03 17:08:49

标签: python numpy unicode

我尝试使用pip(8.0.2)在win10(语言被设置为俄语)上安装numpy。首先它是错误的,因为没有c ++编译器,我处理它。但是后来它说有像这样报告的UnicodeEncodeError:

File "c:\python27\lib\subprocess.py", line 958, in _execute_child
    startupinfo)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 10-14: ordinal not in range(128)

Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\7272~1\\appdata\\local\\temp\\pip-build-tqxxjr\\numpy\\setup.py';exec(compile(getattr(tokenize, 'open', open)

0 个答案:

没有答案