Getting “OSError: dlopen() failed to load a library: cairo / cairo-2” on Windows

后端 未结 3 1910
长情又很酷
长情又很酷 2021-01-12 05:45

I\'m getting OSError: dlopen() failed to load a library: cairo / cairo-2 when trying to execute Django after a new install. Using Windows.

I\'m using We

3条回答
  •  清酒与你
    2021-01-12 06:14

    I had same problem on windows X64/Python37 but i fixed with bellow link:

    follow this steps : https://weasyprint.readthedocs.io/en/stable/install.html#windows, (i installed gtk with MSYS Installer and added C:\msys64\mingw32\bin to PATH variable,after that i occurred with same error and i deleted cairocffi python library and reinstall it)

提交回复
热议问题