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
When I first try to run the app, I get this error: File "C:\Users\j.heijne\Anaconda3\lib\site-packages\chunked_upload\constants.py", line 1, in
from django.utils.translation import ugettext as _
ImportError: cannot import name 'ugettext' from 'django.utils.translation' (C:\Users\j.heijne\Anaconda3\lib\site-packages\django\utils\translation_init_.py).
Can anyone help me how to fix this?
The text was updated successfully, but these errors were encountered:
jelleheijne-nps
changed the title
File "C:\Users\j.heijne\Anaconda3\lib\site-packages\chunked_upload\constants.py", line 1, in <module> from django.utils.translation import ugettext as _ ImportError: cannot import name 'ugettext' from 'django.utils.translation'
from django.utils.translation import ugettext as _ ImportError: cannot import name 'ugettext' from 'django.utils.translation'
Jun 19, 2023
When I first try to run the app, I get this error: File "C:\Users\j.heijne\Anaconda3\lib\site-packages\chunked_upload\constants.py", line 1, in
from django.utils.translation import ugettext as _
ImportError: cannot import name 'ugettext' from 'django.utils.translation' (C:\Users\j.heijne\Anaconda3\lib\site-packages\django\utils\translation_init_.py).
Can anyone help me how to fix this?
The text was updated successfully, but these errors were encountered: