地理 Django Mac OS X

发布于 2024-11-18 18:37:00 字数 260 浏览 2 评论 0原文

我正在尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿挽旧人 2024-11-25 18:37:00

好吧,我有我的答案。我的 MAMP 使用 32 位 Python,我为 64 位 Python 编译了我的库。

所以我为 32 位 Python 重新编译了它。为此,我在库文件夹中使用了以下命令:

export CFLAGS=-m32
export CXXFLAGS=-m32

./configure
make
make install

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:

export CFLAGS=-m32
export CXXFLAGS=-m32

./configure
make
make install
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文