Re: [Attn: mercurial maintainer] hg fails with python3.9

2022-05-02 Thread Jari Aalto
On 2022-04-30 15:16, Jon Turney wrote: > > My mistake. I had the development environment in wrong server, so only 5.7 > > was in there and I forgot to check the latest in Cygwin. > > > > 6.1.1-1 uploaded > > No problem. I'll see if I can improve that error message sometime. > > I notice that

Re: [Attn: mercurial maintainer] hg fails with python3.9

2022-04-30 Thread Jon Turney
On 29/04/2022 15:11, Jari Aalto wrote: On 2022-04-29 12:23, Jon Turney wrote: libdir = '../lib/python3.8/site-packages' This causes hg to fail as follows if /usr/bin/python3 points to python3.9: ERROR: package 'mercurial' version '5.7-3' is most recent non-test version, but version

Re: [Attn: mercurial maintainer] hg fails with python3.9

2022-04-29 Thread Jari Aalto
On 2022-04-29 12:23, Jon Turney wrote: > > >libdir = '../lib/python3.8/site-packages' > > > > > > This causes hg to fail as follows if /usr/bin/python3 points to python3.9: > > > >ERROR: package 'mercurial' version '5.7-3' is most recent non-test > > version, but version '6.0-1' is curr

Re: [Attn: mercurial maintainer] hg fails with python3.9

2022-04-29 Thread Jari Aalto
On 2022-04-28 10:27, Ken Brown wrote: > /usr/bin/hg specifies /usr/bin/python3 in its shebang, but further down it has > > libdir = '../lib/python3.8/site-packages' > > This causes hg to fail as follows if /usr/bin/python3 points to python3.9: > > $ hg > Traceback (most recent call last): >

[Attn: mercurial maintainer] hg fails with python3.9

2022-04-28 Thread Ken Brown
/usr/bin/hg specifies /usr/bin/python3 in its shebang, but further down it has libdir = '../lib/python3.8/site-packages' This causes hg to fail as follows if /usr/bin/python3 points to python3.9: $ hg Traceback (most recent call last): File