Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,16 @@ pip install -e .

ragix-web
```
### Troubleshooting

On some OS or machine, they may be some issues or errors.

#### Error 1 :
- OS : MacOS
- Message : `OSError: cannot load library 'libgobject-2.0-0'`
- Solution :
- Option 1 : Try to uninstall the lib from local python and use the OS available one `pip uninstall weasyprint -y`
- Alternative : Try to install the required lib using this command `brew install pango gdk-pixbuf libffi cairo`

---

Expand Down