Re: [mnemosyne-proj-users] Re: SetuptoolsDeprecationWarning: setup.py install is deprecated.

2023-11-02 Thread Peter Bienstman
One should now also be able to do 'pip install mnemosyne-proj'.

I'll wait a bit to officially document this until more people can test this.

Cheers,

Peter

On Thursday, 2 November 2023 at 11:24:29 UTC+1 Piotr C wrote:

> 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  napisał(a):
>
>> Hi Peter. Try using this install command instead and see what happens:
>>
>> "'pip3 install *--index-url https://test.pypi.org/simple/ 
>>  --extra-index-url 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 
>> mnemosyne-proj-u...@googlegroups.com.
>
>
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mnemosyne-proj-users/6693649e-fe1c-4a48-b9f2-a23125540192n%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 mnemosyne-proj-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/ef3daa57-1067-4c31-a753-94fc8649dfe3n%40googlegroups.com.


Re: [mnemosyne-proj-users] Re: SetuptoolsDeprecationWarning: setup.py install is deprecated.

2023-11-02 Thread Piotr C
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  napisał(a):

> Hi Peter. Try using this install command instead and see what happens:
>
> "'pip3 install *--index-url https://test.pypi.org/simple/
>  --extra-index-url 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
> mnemosyne-proj-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mnemosyne-proj-users/6693649e-fe1c-4a48-b9f2-a23125540192n%40googlegroups.com
> 
> .
>

-- 
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 mnemosyne-proj-users+unsubscr...@googlegroups.com.
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.


[mnemosyne-proj-users] Re: SetuptoolsDeprecationWarning: setup.py install is deprecated.

2023-11-02 Thread Ace Alba
Here's the updated command. I see the version has been bumped up since last 
time.

"'pip3 install *--index-url https://test.pypi.org/simple/ 
 --extra-index-url https://pypi.org/simple/ 
 * mnemosyne==2.10.1.2"

On Thursday, November 2, 2023 at 4:46:26 PM UTC+8 Ace Alba wrote:

> Hi Peter. Try using this install command instead and see what happens:
>
> "'pip3 install *--index-url https://test.pypi.org/simple/ 
>  --extra-index-url 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 the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/32bc15cd-8a85-4cfa-800a-256193c8d33fn%40googlegroups.com.


Re: [mnemosyne-proj-users] Re: SetuptoolsDeprecationWarning: setup.py install is deprecated.

2023-11-02 Thread Peter Bienstman
That suffers from similar issues, this time not with our own package,
but with sip. I'll just try and upload to regular pypi later today and
see what happens.

Peter

On Thu, Nov 2, 2023 at 9:46 AM Ace Alba  wrote:
>
> Hi Peter. Try using this install command instead and see what happens:
>
> "'pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url 
> 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 the Google Groups 
> "mnemosyne-proj-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to mnemosyne-proj-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/mnemosyne-proj-users/6693649e-fe1c-4a48-b9f2-a23125540192n%40googlegroups.com.

-- 
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 mnemosyne-proj-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/CAMdxoPFwEA4vA-BQ0ZgbyuKcLAxmUfy%2BvZg3RRTSTP0-%3DonAag%40mail.gmail.com.


[mnemosyne-proj-users] Re: SetuptoolsDeprecationWarning: setup.py install is deprecated.

2023-11-02 Thread Ace Alba
Hi Peter. Try using this install command instead and see what happens:

"'pip3 install *--index-url https://test.pypi.org/simple/ 
 --extra-index-url 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 the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mnemosyne-proj-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/6693649e-fe1c-4a48-b9f2-a23125540192n%40googlegroups.com.