The default backup app doesn't work properly.
I searched in the web and my Anaconda2 seems to be the problem but I still want it as my primary Python.
If I run in the console:
duplicity --version
The output is:
File "/usr/bin/duplicity", line 61, in <module>
from duplicity import log
ImportError: No module named duplicity
How can I fix it and still use Anaconda2 as my primary python shell?
duplicity --version
isn't working, the commanddpkg -l duplicity
can usually provide the same information. – Elder Geek Oct 15 '17 at 15:14dpkg -l duplicity
would return this:Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= un duplicity <none> <none> (no description available)
– Adrian Martinez Oct 16 '17 at 02:07duplicity --version
return this:duplicity 0.7.06
It seems that the updates fixed the problem, but anyways, I tried to update and reinstall duplicity before and didn't work like now.
– Adrian Martinez Oct 16 '17 at 02:10/usr/bin/duplicity
to your question, please. – Fabby Oct 16 '17 at 22:45