mkdocs serve fails to import libcairo on certain mac setups #1073
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
OpenShift version
Not related to OpenShift
Problem description
@prakritikoller was having trouble with
mkdocs serve
, and got a traceback ending with the following:(ignore the mis-formatting)
We did find a workaround, though!
export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib
.I don't know why or when that's necessary, but we should consider documenting it. Or at least finding the root cause.
Steps to reproduce
make
. .venv/bin/activate
make system-doc-deps
(do we document this requirement, btw?)mkdocs serve
Current behavior
On some setups, the above traceback occurs. Strangely enough, it did not happen for me.
Expected behavior
mkdocs... serves.
Code of Conduct
The text was updated successfully, but these errors were encountered: