Skip to content

Django-geoposition still does not support Python 3 #117

@enoch-prince

Description

@enoch-prince

I continue to get the ModuleNotFoundError when I import the Geoposition class. Error details are below:

from geoposition.fields import GeopositionField
  File "C:\Users\MKEDONKOR\.virtualenvs\DjangoTracker-ItodlCVG\lib\site-packages\geoposition\fields.py", line 4, in <module>
    from django.utils.six import with_metaclass
ModuleNotFoundError: No module named 'django.utils.six'

I understand @xangcastle and @waseem-omar have made some pull requests and requested to merge, but nothing has been done about it.
At least can you implement support for Django 3.2 and Python 3.9?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions