Getting “django.core.exceptions.ImproperlyConfigured: GEOS is required and has not been detected.” although GEOS is installed

后端 未结 2 1966
暗喜
暗喜 2021-01-17 17:13

I\'m running Django 1.8 and Python 3.4 on Ubuntu 14.04 LTS. Just recently, my Django app has been reporting that GEOS is not pres

2条回答
  •  旧时难觅i
    2021-01-17 17:44

    You should do

    cp /usr/bin/python3 /path/to/my-virtualenv/bin/python3
    

    instead, because that's the actual non-symlink file.

提交回复
热议问题