无法在Django中执行makemigrations出现错误OSError:/usr/gdal23/lib/libgdal.so.20:未定义的符号:sqlite3_column_table_name

问题描述

我想使用django-geojson库,但是当我将其添加INSTALLED_APPS文件中的settings.py时,当我尝试执行python manage.py makemigrations时出现以下错误:>

OSError:/usr/gdal23/lib/libgdal.so.20:未定义的符号:sqlite3_column_table_name

我发现了几篇类似的文章herehere),但它们均引用了anaconda的特定设置,但我没有使用anaconda。我该怎么办?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)