作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 Heroku 上收到以下错误:
django.core.exceptions.ImproperlyConfigured: Could not import user-defined GEOMETRY_BACKEND "geos".
GEOS_LIBRARY_PATH = environ.get('GEOS_LIBRARY_PATH')
GDAL_LIBRARY_PATH = environ.get('GDAL_LIBRARY_PATH')
-----> Checking for GEOS
Installed
GEOS installed and accessible with env variable 'GEOS_LIBRARY_PATH'
-----> Checking for Proj.4
Installed
Proj.4 installed and accessible with env variable 'PROJ4_LIBRARY_PATH'
-----> Checking for GDAL
Installed
GDAL installed and accessible with env variable 'GDAL_LIBRARY_PATH'
最佳答案
此错误是由于安装目录路径不正确造成的。 heroku-geo-buildpack 的这个分支在他们最新的提交中纠正了这个问题。
https://github.com/Tekco/heroku-geo-buildpack
关于django - Heroku/Django : Could not import user-defined GEOMETRY_BACKEND "geos",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22361094/
我在 Heroku 上收到以下错误: django.core.exceptions.ImproperlyConfigured: Could not import user-defined GEOMET
我是一名优秀的程序员,十分优秀!