-
Notifications
You must be signed in to change notification settings - Fork 13
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
validate_email dependency #36
Comments
Strange it happened! The module the envelope uses is https://pypi.org/project/py3-validate-email/ . As I read there, the author decided to leave pypi but the last version seems up and working. The package name is correctly stated in https://github.com/CZ-NIC/envelope/blob/master/requirements.txt which means py3-validate-email should have been correctly installed alongside envelope. |
Alright, thanks for confirming the package name. When I explicitly add that to my requirements.txt in addition to envelope, it works as expected. Might be a bug or change of behavior in the alpine toolchain (which is not exactly python-friendly). I'm building all of this in a multistage dockerfile and there were no errors whatsoever, but it just wouldn't install this dependency. Adding that explicit dependency is a workaround that I can live with. Thank you for your feedback! |
Thanks for having investigated! If that will raise the issue for other people, I'll try to tackle it more. |
It was some strange things... I had different dependency package versions specified for different Python3.8; some newer releases were declined by Pypi due to licensing (it seems) and hence, when build from Pypi, dependency missed. No, it should work again. |
I've been using
envelope
for a few years and last night my CI build broke due to the dependencyvalidate_email
gone missing:I went to pypi to figure out the status of that module and noticed there are a few candidates with very different age. Could you elaborate what changed recently that possibly caused this and which module I should install, if I am to fix this on my own?
The text was updated successfully, but these errors were encountered: