From 5abb9e0ff74b21f8fcbbd17ced0127dd49488f87 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Mon, 10 Jun 2024 10:02:15 +0200 Subject: [PATCH] document workaround for getting imgui_bundle binary wheel installed on MacOS. See #80 and #215 --- bindings/imgui_bundle/doc/Readme.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/imgui_bundle/doc/Readme.adoc b/bindings/imgui_bundle/doc/Readme.adoc index 7efcbaa1..0feb9a76 100644 --- a/bindings/imgui_bundle/doc/Readme.adoc +++ b/bindings/imgui_bundle/doc/Readme.adoc @@ -337,6 +337,7 @@ pip install pyGLM # <2> <2> in order to run the demo, install pyGLM Note: under windows, you might need to install https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022[msvc redist]. +Note: under MacOS, you may run into problems where the binary wheel is not used and pip will try to compile the source distribution. This will fail if you do not have XCode installed and set up. Issue the command `SYSTEM_VERSION_COMPAT=0 pip install --only-binary=:all: imgui_bundle` as a workaround. === Install from source: [source, bash]