This one worked, after I changed pip3 into "python3 -m pip". Thank you. May I suggest to add it to the README file?
Thanks, Peter czw., 2 lis 2023 o 08:46 Ace Alba <[email protected]> napisał(a): > Hi Peter. Try using this install command instead and see what happens: > > "'pip3 install *--index-url https://test.pypi.org/simple/ > <https://test.pypi.org/simple/> --extra-index-url https://pypi.org/simple/ > <https://pypi.org/simple/> * mnemosyne==2.10.1a0" > > The simpler pip3 install command would most likely not work while the > package build and distribution process is being tested on test.pypi. The > above command should fix the installation quirks while the mnemosyne > package isn't uploaded to the main pypi.org. > > On Tuesday, October 31, 2023 at 11:13:50 PM UTC+8 Piotr C wrote: > >> Hi, >> >> I'm trying to install it on python 3.10. I get this message: >> >> /usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: >> SetuptoolsDeprecationWarning: setup.py install is deprecated. >> !! >> >> >> ******************************************************************************** >> >> Please avoid running ``setup.py`` directly. >> Instead, use pypa/build, pypa/installer, pypa/build or >> other standards-based tools. >> >> See >> https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for >> details. >> >> >> ******************************************************************************** >> >> Tried to use 3.8 but with the same result.Are there any plans to make the >> installer work with the newer versions of python? >> >> Thanks, >> Peter >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "mnemosyne-proj-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mnemosyne-proj-users/qcYE_W6mNa8/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mnemosyne-proj-users/6693649e-fe1c-4a48-b9f2-a23125540192n%40googlegroups.com > <https://groups.google.com/d/msgid/mnemosyne-proj-users/6693649e-fe1c-4a48-b9f2-a23125540192n%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/CAJUPCdvRTnQtpSXd%3DP_Y%3DYp-%3DWi%2B75s9WTnhh4oQtUw%2BJknekA%40mail.gmail.com.
