-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
rosdep update throws ROS_PYTHON_VERSION warning #722
Comments
The warning is intentional, and was added in #708. Some packages use To avoid that |
I understand the purpose of the warning when there is a need to resolve / install dependencies. But I don't understand why it's being raised when Another way to phrase it: how should the tutorials be updated for this warning to not be displayed? Edit: Which is another way to ask the questions from the original comment
|
Currently I get mails from Example job: http://build.ros.org/job/Kdoc__rosmon__ubuntu_xenial_amd64/9/consoleFull The warnings are caused by
and a hidden
I guess either the |
@xqms @mikaelarguedas mind checking if #725 eliminates the warning in your use cases? |
#725 Fixes the warning for me 👍 |
Not really sure how to test it within |
Fixed in |
In a system with nothing sourced (no
ROS_*
env var defined)This does not crash the CLI but seems like a spurious warning. Does rosdep update need to know / do something differently based on the ROS_PYTHON_VERSION used?
Is it expected to run rosdep update with a
--rosdistro
argument to it ?The text was updated successfully, but these errors were encountered: