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

Sometimes conda packages are run in a context in which CONDA_PREFIX is not set #49

Open
1 task done
traversaro opened this issue Apr 3, 2024 · 1 comment · May be fixed by #50
Open
1 task done

Sometimes conda packages are run in a context in which CONDA_PREFIX is not set #49

traversaro opened this issue Apr 3, 2024 · 1 comment · May be fixed by #50
Labels
bug Something isn't working

Comments

@traversaro
Copy link
Contributor

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

See readthedocs/readthedocs.org#4067 and ami-iit/jaxsim#124 (comment) .

Installed packages

.

Environment info

.
@traversaro traversaro added the bug Something isn't working label Apr 3, 2024
@traversaro
Copy link
Contributor Author

A possible fix it to re-write

+ _MJ_INSTALL_DIR = os.path.join(os.environ.get('CONDA_PREFIX'), 'Library')
to actually encode the relative path between the python files and the C++ headers and plugin, it should not be too difficult.

@traversaro traversaro linked a pull request Apr 3, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant