-
Notifications
You must be signed in to change notification settings - Fork 146
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
Potential trollius issue #520
Comments
What's the status of this? Any love from the maintainers on if this should be fixed? |
I experience this on Ubuntu14/ROS Indigo in docker. Any chance to get this fixed? Thank you |
I experienced this in Ubuntu 18.04. Couldn't find a solution. |
@kensley , @dustingooding ..any updates on this? |
same error on debian 9.8, python3.5 and lunar |
I was having this issue, too. It was gone after removing the catkin-tools folder |
Same issue on ubuntu 18.04.3, Python 3.6.8 after following: https://dev.px4.io/v1.9.0/en/setup/dev_env_linux.html#ros
|
Hi guys, just wanted to elaborate on what @dimon777 said about
To switch back to
Hope this helps. |
System Info
Linux 2b5aca1a9b8b 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
python --version Python 2.7.12 python3 --version Python 3.5.2
kinetic
Build / Run Issue
read this
Expected Behavior
Output build status correctly to the terminal and cleanly exit
Actual Behavior
This error output shows up after catkin build, catkin run_tests, and catkin test. It does NOT show up after catkin_make or catkin_test_results build.
Steps to Reproduce the Issue
We are using a modified kinetic ros docker - added pip/catkin etc.
Single simple package, few system deps, build, run tests.
Any idea if this is a trollius issue directly or a python2/3 issue?
The text was updated successfully, but these errors were encountered: