You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue while trying to install imgui_bundle as a dependency for a project. During the installation process, I receive the following error:
'/usr/bin/python3.10' '-c' 'import site, os; print([p.replace('\', '/') for p in site.getsitepackages() if 'site-packages' in p][0])' Traceback (most recent call last): File "<string>", line 1, in <module> IndexError: list index out of range CMake Error at imgui_bundle_cmake/internal/litgen_setup_module.cmake:130 (message): Failed to get python site-packages folder Call Stack (most recent call first): imgui_bundle_cmake/internal/add_imgui_bundle_bindings.cmake:62 (litgen_setup_module) CMakeLists.txt:353 (add_imgui_bundle_bindings)
-- Configuring incomplete, errors occurred!
Hello,
I'm encountering an issue while trying to install
imgui_bundle
as a dependency for a project. During the installation process, I receive the following error:code
This code doesn't considers dist-packages but site-packages.
The text was updated successfully, but these errors were encountered: