This is more an Ubuntu issue than a Mnemosyne one, but have you tried upgrading pip, as it mentions it's out of date?
I aldo seem to recall there are Debian packages for 2.4, these perhaps also work on Ubuntu? Peter ________________________________ From: "Marcin M." <[email protected]> Sent: 20 May 2017 12:35 To: mnemosyne-proj-users Subject: [mnemosyne-proj-users] Re: Issues w/Mnemosyne 2.4 on Linux It seems I can't do it. I'm running Ubuntu 16.10 armhf, and android@localhost:~/Mnemosyne-2.4.1$ sudo -H pip3 install PyQt5 Collecting PyQt5 Could not find a version that satisfies the requirement PyQt5 (from versions: ) No matching distribution found for PyQt5 You are using pip version 8.1.2, however version 9.0.1 is available. On Thursday, December 22, 2016 at 8:41:05 AM UTC+1, Jon Proulx wrote: I've been using mnemoscyne off and on for years currently on Ubuntu 16.04 Xenial which ships 2.2 Tried to update so I could sync with newer android version and I get: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 4, in <module> __import__('pkg_resources').run_script('Mnemosyne==2.4', 'mnemosyne') File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 744, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1506, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4-py3.5.egg/EGG-INFO/scripts/mnemosyne", line 132, in <module> ImportError: cannot import name 'QtWebEngineWidgets' An unexpected error has occurred. Please forward the following info to the developers: Traceback (innermost last): File "/usr/local/bin/mnemosyne", line 4, in <module> __import__('pkg_resources').run_script('Mnemosyne==2.4', 'mnemosyne') File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 744, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1506, in run_script exec(script_code, namespace, namespace) File "/usr/local/lib/python3.5/dist-packages/Mnemosyne-2.4-py3.5.egg/EGG-INFO/scripts/mnemosyne", line 132, in <module> ImportError: cannot import name 'QtWebEngineWidgets' Looking for QtWebEngine on the the interwebs I find it is basically impossible for Linux Distros to package https://marc.info/?l=kde-core-devel&m=142954900813235&w=2 Is there a way around this without manually building QT, which even as a highly experience professional Linux administrator I find a bit daunting? Perhaps a PPA I haven't found for teh Qt build with webengine or source for the 2.2 Android .apk -Jon -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/22bb6d2c-ba08-4c6d-b399-9729bda6edc6%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/22bb6d2c-ba08-4c6d-b399-9729bda6edc6%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/45a32238-bfbf-4224-a320-539dbdadc97e%40owa.ugent.be. For more options, visit https://groups.google.com/d/optout.
