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

Unable to run macOS #235

Closed
uhlhosting opened this issue Oct 8, 2019 · 3 comments
Closed

Unable to run macOS #235

uhlhosting opened this issue Oct 8, 2019 · 3 comments

Comments

@uhlhosting
Copy link

uhlhosting commented Oct 8, 2019

➜ shallow-backup 
Traceback (most recent call last):
  File "/usr/local/bin/shallow-backup", line 6, in <module>
    from shallow_backup.__main__ import cli
  File "/Library/Python/2.7/site-packages/shallow_backup/__main__.py", line 2, in <module>
    from .backup import *
  File "/Library/Python/2.7/site-packages/shallow_backup/backup.py", line 2, in <module>
    from shlex import quote
ImportError: cannot import name quote

14:18:22.457 in /Library/Python  

@alichtman
Copy link
Owner

alichtman commented Oct 8, 2019

Looks like you’re using Python 2.7, which is unsupported. You should install this with pip3, not pip.

@uhlhosting
Copy link
Author

I did installed with pip3.

@alichtman
Copy link
Owner

alichtman commented Oct 8, 2019

Well. As a quick fix, you can git clone this and run $ python3 setup.py install

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