Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dartpy not being installed from source! #1848

Open
costashatz opened this issue Sep 17, 2024 · 1 comment
Open

dartpy not being installed from source! #1848

costashatz opened this issue Sep 17, 2024 · 1 comment
Labels
type: bug Indicates an unexpected problem or unintended behavior

Comments

@costashatz
Copy link
Contributor

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 costashatz added the type: bug Indicates an unexpected problem or unintended behavior label Sep 17, 2024
@jslee02
Copy link
Member

jslee02 commented Sep 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants