Python files do not get installed
I have a local copy for the benchmarking. Python gets compiled and in the build folder under crocoddyl
I see all .pyc
. When I run make install
, the install location only gets the boost-python wrapper, not the pyc
files. I.e., the utils (biped etc) are not installed.
@gsaurel Any ideas on how I can resolve this?