Skip to content
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

Fix check error - install package libcairo2-dev #3579

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

LiliDeng
Copy link
Collaborator

@LiliDeng LiliDeng commented Jan 3, 2025

Fix check error on latest ubuntu image - 24.04

 × Building wheel for pycairo (pyproject.toml) did not run successfully.
        │ exit code: 1
        ╰─> [13 lines of output]
            running bdist_wheel
            running build
            running build_py
            creating build/lib.linux-x86_64-cpython-38/cairo
            copying cairo/__init__.py -> build/lib.linux-x86_64-cpython-38/cairo
            copying cairo/__init__.pyi -> build/lib.linux-x86_64-cpython-38/cairo
            copying cairo/py.typed -> build/lib.linux-x86_64-cpython-38/cairo
            running build_ext
            Package cairo was not found in the pkg-config search path.
            Perhaps you should add the directory containing `cairo.pc'
            to the PKG_CONFIG_PATH environment variable
            Package 'cairo', required by 'virtual:world', not found
            Command '['pkg-config', '--print-errors', '--exists', 'cairo >= 1.15.10']' returned non-zero exit status 1.
            [end of output]

@LiliDeng LiliDeng requested a review from squirrelsc as a code owner January 3, 2025 16:00
@squirrelsc squirrelsc merged commit 8069029 into main Jan 4, 2025
45 checks passed
@squirrelsc squirrelsc deleted the lildeng/fix_1_3_001 branch January 4, 2025 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants