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

Fixed the 'no library called "cairo" was found' error #548

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

Eyantra698Sumanto
Copy link

This PR addresses the error: Original OSError: no library called "cairo" was found, which occurs when the required Cairo graphics library is not installed or properly configured in the system. This created a problem in loading the Gallery in the eSim on CLoud and Arduino on Cloud. It also created problems in loading the components in eSim on Cloud.

The following screenshot shows the issue that was arising earlier while running ./first_run.dev.sh:
image

The issue is fixed by adding a command in the docker script to install the cairo libraries.

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.

1 participant