-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UWSGI crashes after installing django-geojson #101
Comments
I have the same issue with Django 2.2.5 and Python 3.7. Traceback (most recent call last): |
The issue seems to be related to setuptools pkg_resources trying to import DistributionNotFound. Editing the init.py file for the package to remove the distro information and manually set the version resolves the issue. This may be an issue with setuptools configuration when running in virtual environments. |
Hi,
i try to use django-geojson for one of my project with Using django 2.1.4 and Python 3.7.
After installing the module, my UWSGI crashes.
I get the following traceback
Deinstalling django-geojson solves the issue. Do you have a hint how I can make use of your module?
The text was updated successfully, but these errors were encountered: