If you have indeed installed it system-wide (i.e. as root and not as a regular user), then I suggest you ask on some forum related to the OS/distribution you are using. People there will probably be able to help you better... You can also see if your distribution comes with a specific Mnemosyne package.
Cheers, Peter On Fri, Apr 8, 2022 at 6:30 PM Malena L <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/mnemosyne-proj-users/2449779e-4363-4541-aa35-24407f9e2dedn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAMdxoPFjESgY_9g7FhiHoOZ%3DT75tKwe270NuZzdEHX28x7cDHg%40mail.gmail.com.
