-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add wheel
to dependencies
#140
Comments
Not sure if this is related to https://bugs.python.org/issue37481, which depracated |
So this is primarily a problem on |
If it works, including it in dependencies would be even better. |
This is also a problem when trying to load into AWS ElasticBeanstalk. You get the following error:
|
This and Weasyprint need https://pypi.org/project/wheel/ added as a pip requirement along with setuptools, as cairocffi uses
bdist_wheel
in setup, andwheel
doesn't seem to be included by setuptools by default.The text was updated successfully, but these errors were encountered: