You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I continue to get the ModuleNotFoundError when I import the Geoposition class. Error details are below:
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?
The text was updated successfully, but these errors were encountered: