yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Syntax Error:invalid syntax #513

Closed Evoley closed 7 years ago

Evoley commented 7 years ago

python 3.5.2. Tried a couple of other things but nothing worked.

Ubuntu-1604-xenial-64-minimal:~# pip install --upgrade git+https://github.com/yadayada/acd_cli.git Collecting git+https://github.com/yadayada/acd_cli.git Cloning https://github.com/yadayada/acd_cli.git to /tmp/pip-7tkrbz-build Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-7tkrbz-build/setup.py", line 8 def read(fname: str) -> str: ^ SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-7tkrbz-build/

yadayada commented 7 years ago

You need to use the Python 3 version of pip, presumably pip3.