mvt icon indicating copy to clipboard operation
mvt copied to clipboard

Install fails with pip3 on ubuntu

Open MultipleCrashes opened this issue 2 years ago • 3 comments

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

MultipleCrashes avatar Aug 29 '22 05:08 MultipleCrashes

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 avatar Sep 02 '22 20:09 deimidis

@deimidis manjaro ships the mvt package from Arch Linux that you could just install, they ship an old version though.

kpcyrd avatar Sep 02 '22 20:09 kpcyrd

@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

deimidis avatar Sep 02 '22 21:09 deimidis

Because of this issue we have to enforce Python >= 3.8. If you have an older version, you need to upgrade I'm afraid.

botherder avatar Oct 15 '22 08:10 botherder