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
Hello,
thanks for providing this very handy lib. Just FYI, the dependency on setuptools is not specified, which leads to this kind of errors on environments where setuptools is not installed:
File "/home/sapristi/dev/alife/django/.venv/lib/python3.11/site-packages/bulma/__init__.py", line 1, in <module>
from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
This happens for example when installing with pdm.
(For django-bulma v0.8.3)
The text was updated successfully, but these errors were encountered:
Hello,
thanks for providing this very handy lib. Just FYI, the dependency on
setuptools
is not specified, which leads to this kind of errors on environments where setuptools is not installed:This happens for example when installing with
pdm
.(For django-bulma v0.8.3)
The text was updated successfully, but these errors were encountered: