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

error: can't copy 'dpark/portable_hash.c': doesn't exist or not a regular file #35

Closed googya closed 11 years ago

googya commented 11 years ago

error: can't copy 'dpark/portable_hash.c': doesn't exist or not a regular file

看了下,setup.py中有

   ext_modules = [Extension('dpark.portable_hash', ['dpark/portable_hash.pyx'])],

它会 找 .portable_hash.c ??? 不过已经指明是找pyx文件呢。。奇怪

windreamer commented 11 years ago

更新了打包方式,应该解决了这个问题