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

Can not install Command Line Tools #49

Open
fenyi2016 opened this issue Mar 28, 2017 · 1 comment
Open

Can not install Command Line Tools #49

fenyi2016 opened this issue Mar 28, 2017 · 1 comment

Comments

@fenyi2016
Copy link

Hi there,
When I use $ sudo pip install https://github.com/3drobotics/solo-cli/archive/master.zip --no-cache-dir
to install cli, this error came out:

Traceback (most recent call last):
File "/usr/local/bin/pip", line 5, in
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 72, in
import packaging.requirements
File "/usr/local/lib/python2.7/dist-packages/packaging/requirements.py", line 59, in
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: call() takes exactly 2 arguments (1 given)

How can I solve this? I'm using Ubuntu14.04 and Python2.7.6.
Thanks!

@Helibank
Copy link

Hi,

You can run this first sudo pip install --upgrade setuptools
Then, run sudo -H pip install git+https://github.com/3drobotics/solo-cli

After these two steps, you can type solo, it works for me.

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

2 participants