-
Notifications
You must be signed in to change notification settings - Fork 77
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
pypng is an unlisted dependency #65
Comments
Is this intentional? Just add pypng to |
We discussed it in the past since I wanted pypng as requirement but Michael said PNG is just one serialization format and wanted to keep it as optional dependency because all other formats work without further dependencies. It's listed in the setup an extra:
To cut a long story short: Yes, it is intentional. ;) |
ok, thx |
Optional is fine, but we should consider handling the |
I agree, anyway we cannot do anything about it; see #52 And without solving pypi/warehouse#4121 I am not in the mood to invest any more energy into this project. |
Pretty much the subject.
I installed this with
pip3 install --user pyqrcode
but got hit with module not found on line 1266 of builder.py:import png
. The comments to that file state that pypng is required, so I installed that the same way I installed pyqrcode and now it works.The text was updated successfully, but these errors were encountered: