I tried re-installing and upgrading setuptools, and reinstalling python3. The same error keeps happening. On Friday, April 8, 2022 at 12:42:37 PM UTC-3 Peter Bienstman wrote:
> 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/2449779e-4363-4541-aa35-24407f9e2dedn%40googlegroups.com.
