Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setuptools dependency missing #80

Open
sapristi opened this issue Nov 5, 2023 · 0 comments · May be fixed by #85
Open

setuptools dependency missing #80

sapristi opened this issue Nov 5, 2023 · 0 comments · May be fixed by #85

Comments

@sapristi
Copy link

sapristi commented Nov 5, 2023

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)

@Ash-Crow Ash-Crow linked a pull request Dec 1, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant