Open adu013 opened 1 year ago
I have the same issue. Reading through the issue list it seems to me that there is a fix for this in version 0.10.2 which has not been pushed to PyPi yet (https://github.com/panosl/django-currencies/issues/85) There is a workaround: Install the package directly from the git repository:
django-currencies @ git+https://github.com/panosl/django-currencies.git@master
pip install git+git@github.com:panosl/django-currencies.git@master
Note: I wouldn't use this in production, but works fine for development
Any update?
Any updates on this? Still facing the same issue. Django 4.0.
I over came the issue as suggested by @ish91 . However l used:
pip install "git+https://github.com/panosl/django-currencies.git"
Any updates? i'm facing the same error with Django 5.1.1
Details:
ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'