地理 Django Mac OS X
我正在尝试在 mac os 上使用 Geodjango,我使用 postgresql 并安装了 GEOS,但我收到此错误:
dlopen(/usr/local/lib/libgeos_c.dylib, 6): no suitable image found. Did find:
/usr/local/lib/libgeos_c.dylib: mach-o, but wrong architecture
知道吗?
谢谢
I am trying to use Geodjango on mac os, i use postgresql and I installed GEOS but i got this error :
dlopen(/usr/local/lib/libgeos_c.dylib, 6): no suitable image found. Did find:
/usr/local/lib/libgeos_c.dylib: mach-o, but wrong architecture
Any idea?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我有我的答案。我的 MAMP 使用 32 位 Python,我为 64 位 Python 编译了我的库。
所以我为 32 位 Python 重新编译了它。为此,我在库文件夹中使用了以下命令:
Ok, I have my answer. My MAMP uses 32-bit Python and I compiled my library for 64-bit Python.
So I recompiled it for 32-bit Python. To do this, I used these commands in my library folder: