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
Enabling the USE_SYSTEM_PATHS_FOR_PYTHON_INSTALLATION option installs the python libraries in a folder called gz in the system root. The other libraries, such as gz-msgs and gz-math, installs their libraries in the correct location using this option.
Enabling the USE_SYSTEM_PATHS_FOR_PYTHON_INSTALLATION option installs the python libraries in a folder called gz in the system root. The other libraries, such as gz-msgs and gz-math, installs their libraries in the correct location using this option.
I suppose the following part is the problem
gz-sim/python/CMakeLists.txt
Lines 9 to 32 in ab0669c
The equivalent part in gz-math. The else statement in USE_DIST_PACKAGES_FOR_PYTHON seem to be missing?
https://github.com/gazebosim/gz-math/blob/a527e1422c25df73e30ee4f0c38ccbe56f6da4e4/src/python_pybind11/CMakeLists.txt#L75-L100
The text was updated successfully, but these errors were encountered: