You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
#880 addresses problems with
rosdep
,pip
, and Python versions newer than 3.10. Installing pure Python dependencies withrosdep
is broken with Python 3.11 and above becausepip
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
The text was updated successfully, but these errors were encountered: