dart
dart copied to clipboard
dartpy not being installed from source!
It seems that in DART version >= 6.14, dartpy is not being installed via CMake make install. The installation lines have been commented out: https://github.com/dartsim/dart/blob/v6.14.5/python/dartpy/CMakeLists.txt#L92.
Is there another recommended way of installing dartpy from source?
python -m pip install . should work, as it is being used to install the package in a Conda-like virtual environment. Please let me know if this does not work for you.
python3 install dartpy try it bro
This should be resolved by https://github.com/dartsim/dart/pull/2043