mvt
mvt copied to clipboard
Install fails with pip3 on ubuntu
installation issue on ubuntu 20.04 pip3 install mvt fails with below error meaasge
cannot find the version that satisfies requirement iOSbackup>.0.9.921 no matching distribution found
I had the same problem in Manjaro, installed iOSbackup first (version 0.9.913), and then mvt install worked. But, it installed an old version, then I tried with Python 3.10, and worked without the iOSbackup problem and the current version. Maybe the part about python3.6 is outdated.
@deimidis manjaro ships the mvt package from Arch Linux that you could just install, they ship an old version though.
@kpcyrd thanks, I will try that later, for now installing with pip worked. Now I have to learn how to decode all the information :D
Because of this issue we have to enforce Python >= 3.8. If you have an older version, you need to upgrade I'm afraid.