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

Install Python Packages System-wide for Python > 3.10 #881

Closed
danthony06 opened this issue Sep 6, 2024 · 1 comment
Closed

Install Python Packages System-wide for Python > 3.10 #881

danthony06 opened this issue Sep 6, 2024 · 1 comment

Comments

@danthony06
Copy link

#880 addresses problems with rosdep, pip, and Python versions newer than 3.10. Installing pure Python dependencies with rosdep is broken with Python 3.11 and above because pip will not install into the system-wide Python location without extra configuration. For more information on this, see the links at the end of this issue.

https://discourse.ros.org/t/rosdep-for-pip-is-broken-on-jazzy/38981/8
https://github.com/ros-infrastructure/rosdep/blob/f6857691e9a23e3a3f39e55189195dc3e4bf0770/doc/pip_and_pep_668.rst

@mathias-luedtke
Copy link
Member

#885 allows settings PIP_BREAK_SYSTEM_PACKAGES more conveniently.
I do not want to set it by default for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants