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

No module named configparser #60

Closed
emilianos opened this issue Aug 29, 2018 · 2 comments
Closed

No module named configparser #60

emilianos opened this issue Aug 29, 2018 · 2 comments

Comments

@emilianos
Copy link

I'm getting the following error, I think it has to do with python version rename but can't figure it out.
Happening in 2 different computers.

> shallow-backup
Traceback (most recent call last):
  File "/usr/local/bin/shallow-backup", line 7, in <module>
    from shallow_backup import cli
  File "/usr/local/lib/python2.7/site-packages/shallow_backup.py", line 9, in <module>
    import configparser
ImportError: No module named configparser
@alichtman
Copy link
Owner

Try using python3 and then running pip3 install configparser

@emilianos
Copy link
Author

thank you @alichtman
besides pip3 i also had to work around .bash_profiles since I had 2 versions of python (3.6 and 3.7)...
it's fixed now 😄

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