将我的 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
有人可以帮我吗?=)