We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: