将我的Django应用程序移植到3.3和Django 1.6b2,我目前正在服务器上安装本地工作的所有依赖项。
好像我无法安装Pillow,也无法安装anyjson。以下是我得到的错误:
对于Anyjson:
error: in 'ext_modules' option (extension 'bson._cbson'), 'sources' must be present and must be a list of source filenames
枕头:
error: in 'ext_modules' option (extension 'PIL._imaging'), 'sources' must be present and must be a list of source filenames
有人可以帮帮我吗? =)
答案 0 :(得分:0)
通过删除并重新安装分发和安装工具来解决。 不知道为什么,但工作。
答案 1 :(得分:0)
只是重新安装distribute
不起作用,但删除setuptools
使其正常工作。