-
Notifications
You must be signed in to change notification settings - Fork 69
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
Issue while importing gizeh #44
Comments
Getting same error on Win10 python 3.8. |
I also got the same error working with Win10, Python3.8, and VSCode |
I also got the same error working with Win10, Python3.10, and VSCode |
same for me win10, Python 3.10 in vscode |
same for me, any help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error while trying to import gizeh/cairo on windows
import cairocffi as cairo
File "F:\kiss\python\Anaconda\Anaconda3\lib\site-packages\cairocffi_init_.py", line 50, in
('libcairo.so', 'libcairo.2.dylib', 'libcairo-2.dll'))
File "F:\kiss\python\Anaconda\Anaconda3\lib\site-packages\cairocffi_init_.py", line 45, in dlopen
raise OSError(error_message) # pragma: no cover
OSError: no library called "cairo" was found
no library called "libcairo-2" was found
cannot load library 'libcairo.so': error 0x7e
cannot load library 'libcairo.2.dylib': error 0x7e
cannot load library 'libcairo-2.dll': error 0x7e
The text was updated successfully, but these errors were encountered: