dart icon indicating copy to clipboard operation
dart copied to clipboard

dartpy not being installed from source!

Open costashatz opened this issue 1 year ago • 2 comments

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?

costashatz avatar Sep 17 '24 07:09 costashatz

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.

jslee02 avatar Sep 17 '24 15:09 jslee02

python3 install dartpy try it bro

TavGit avatar Mar 21 '25 15:03 TavGit

This should be resolved by https://github.com/dartsim/dart/pull/2043

jslee02 avatar Oct 20 '25 17:10 jslee02