You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: