-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Travis] Add Ubuntu 20.04, OSX XCode 11.5 jobs #2953
Conversation
catkin-tools in Noetic should be using asyncio instead of trollius as it natively works with Python 3. Do you have any error logs relating to the trollius errors? |
de2a63d
to
0e5d37b
Compare
Ahh yes, sorry, forgot to put a link to my Travis build, here's the currently running one - https://travis-ci.com/github/rajat2004/AirSim/builds/187740417 I didn't dig into this at the time since got busy with other things, will try to look at them more now |
Yeah, so the problem is still there, seems like there hasn't been a new release of |
@saihv I thought I had tried out installing from As for the pip install, I've added an if-block to install |
This looks good. I guess we'll keep an eye out and unify the scripts once the fixed catkin_tools is released. Thanks for looking into this! |
Great, thanks for merging! |
No documentation changes until tested, currently Focal build fails due to a Python package
trollius
not working on Python 3.8, used in ROS somewhere