Hi, This seems like an issue specific to your version of Ubuntu.
What happens if you upgrade setuptools outside of Ubuntu's packaging system: sudo pip3 install --upgrade setuptools Cheers, Peter -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: 09 December 2016 11:34 To: mnemosyne-proj-users <[email protected]> Subject: [mnemosyne-proj-users] Mnemosyne-2.4 install issue on Ubuntu 14.04 LTS Hi, I am having difficulties upgrading to the latest version of Mnemosyne. Upon running > sudo python3 setup.py install I get > Traceback (most recent call last): File "setup.py", line 2, in <module> from setuptools import setup, Command ImportError: No module named 'setuptools' I appear to have setuptools as shown by > sudo apt-get install python3-setuptools Reading package lists... Done Building dependency tree Reading state information... Done python3-setuptools is already the newest version. 0 to upgrade, 0 to newly install, 0 to remove and 22 not to upgrade. Not sure what I'm missing here, I'd appreciate any ideas. Thanks, Damian. -- 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/5b864492-96f4-42c8-9591-0ce2b5aafef2%40googlegroups.com. 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/062d1cafbfe244208750eee916383609%40xmail102.UGent.be. For more options, visit https://groups.google.com/d/optout.
