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
Looking at pyros-dev/pyros-setup#46 it seems we do need to have catkin_pip and pyros-setup totally independent, and not relying on anything from the other in any case.
We also need this to be able to get source version of pip packages (linked with eggs) BEFORE we get the installed ROS/system version. Python by default will still put PYTHONPATH content before egg-links/editable packages path in sys.path.
Looking at pyros-dev/pyros-setup#46 it seems we do need to have catkin_pip and pyros-setup totally independent, and not relying on anything from the other in any case.
So we would have to reactivate and fix that code : https://github.com/asmodehn/catkin_pip/blob/devel/cmake/env-hooks/42.site_packages.sh.develspace.in#L52
The text was updated successfully, but these errors were encountered: