panosl / django-currencies

django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.
http://pypi.python.org/pypi/django-currencies
BSD 3-Clause "New" or "Revised" License
94 stars 81 forks source link

Import Error while using Django-4.2 #97

Open adu013 opened 1 year ago

adu013 commented 1 year ago

Details: ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'

ish91 commented 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:

Note: I wouldn't use this in production, but works fine for development

zavodIT commented 7 months ago

Any update?

ronnzw commented 5 months ago

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"

ahdhozayen commented 2 months ago

Any updates? i'm facing the same error with Django 5.1.1