douban / dpark

Python clone of Spark, a MapReduce alike framework in Python
BSD 3-Clause "New" or "Revised" License
2.69k stars 534 forks source link

python xy 安装错误怎么解决? #60

Closed czly closed 6 years ago

czly commented 8 years ago

File "C:\Python27\lib\site-packages\Cython\Utils.py", line 22, in wrapper res = cache[args] = f(*args) File "C:\Python27\lib\site-packages\Cython\Utils.py", line 111, in search_incl de_directories path = os.path.join(dir, dotted_filename) File "C:\Python27\lib\ntpath.py", line 85, in join result_path = result_path + p_path nicodeDecodeError: 'ascii' codec can't decode byte 0xca in position 1: ordinal ot in range(128) uilding 'dpark.portable_hash' extension reating build\temp.win32-2.7 reating build\temp.win32-2.7\Release reating build\temp.win32-2.7\Release\dpark :\Program Files\Common Files\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27\include -IC:\Python27\PC /Tcd ark\portable_hash.c /Fobuild\temp.win32-2.7\Release\dpark\portable_hash.obj ortable_hash.c park\portable_hash.c(1) : fatal error C1189: #error : Do not use this file, it is the result of a failed Cython compilation. rror: command 'C:\Program Files\Common Files\Microsoft\Visual C++ for Pytho \9.0\VC\Bin\cl.exe' failed with exit status 2

windreamer commented 8 years ago

hi @czly 目前dpark还不支持windows