Skip to content
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

roslibpy installation in ros indigo with Ubuntu 14.04 #10

Closed
jacknlliu opened this issue Aug 8, 2018 · 0 comments
Closed

roslibpy installation in ros indigo with Ubuntu 14.04 #10

jacknlliu opened this issue Aug 8, 2018 · 0 comments

Comments

@jacknlliu
Copy link
Owner

jacknlliu commented Aug 8, 2018

Using pip install roslibpy will give the six package uninstall failed error.
Solution:

Install the six package with the option --ignore-installed

pip install --ignore-installed six

Then it will work.

Reference

pypa/pip#3165

@jacknlliu jacknlliu changed the title roslibpy installation in ros indigo roslibpy installation in ros indigo with Ubuntu 14.04 Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant