-
-
Notifications
You must be signed in to change notification settings - Fork 680
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
OSError: no library called "cairo" was found #1240
Comments
@fehernandez12 can you let us know: Thanks |
@fehernandez12 Can you give us more information about your problem? |
Hi, |
What is your command to run WeasyPrint? What shell? Or are you within an IDE? Calling WeasyPrint as part of another project? |
solved using cmd instead of git bash |
OK, thanks! |
Yepp, special settings & paths in every IDE/shell other than the default |
if faced such problem when using igraph, try to " pip install pycairo", instead of " pip install cairocffi". |
You need to call add_dll_directory() before interacting with WeasyPrint. |
Before you call this a duplicate of #589, #721, #957, #1147, etc., I have tried all tips in the documentation and in those issues, I have not another GFK installed, both my Python and GFK versions are 64bit, the GFK directory is at the top of PATH variable and I have tried with both its regular path and its regular path with a slash "\".
The text was updated successfully, but these errors were encountered: