This is more related to your OS and not per se Mnemosyne, but a quick Google search turned up this:
https://stackoverflow.com/questions/48597061/no-module-named-setuptools-even-though-the-module-is-installed Does this help? Cheers, Peter On Friday, 8 April 2022 at 17:40:42 UTC+2 Malena L wrote: > I have this error while installing: > > sudo python3 setup.py install > Traceback (most recent call last): > File "Mnemosyne-2.8/setup.py", line 2, in <module> > from setuptools import setup, Command > ModuleNotFoundError: No module named 'setuptools' > > So I try to install setuptools and this happens: > > sudo pip install setuptools > Requirement already satisfied: setuptools in > /usr/lib/python3/dist-packages (45.2.0) > > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/cbe84240-9eaa-4361-a455-16ec9530da05n%40googlegroups.com.
