Re: [pypy-dev] Contributing to PyPy

2021-10-18 Thread Pierre-Yves David
Yeah this was regression that we fixed today: https://bz.mercurial-scm.org/show_bug.cgi?id=6605 thanks for reporting it. On 10/18/21 9:53 PM, M A wrote: Hi Pierre-Yves. I tried using 'hg clone https://foss.heptapod.net/pypy/pypy' and saw this error: $ hg clone https://foss.heptapod.net/pypy/

Re: [pypy-dev] Contributing to PyPy

2021-10-18 Thread M A
Hi Pierre-Yves. I tried using 'hg clone https://foss.heptapod.net/pypy/pypy' and saw this error: $ hg clone https://foss.heptapod.net/pypy/pypy destination directory: pypy applying clone bundle from https://cellar-c2.services.clever-cloud.com/heptapod-foss-clonebundles/pypy/pypy-2020-02-12-13-12

Re: [pypy-dev] Problem installing python modules on pypy3

2021-10-18 Thread Matti Picus
On 17/10/21 3:36 pm, Kostas Christofakis wrote: Hello guys, I have a problem installing 2 modules on pypy and contacting you to find a solution. The issue is this: I am trying to pip install the python-binance module and discum module on pypy3, either with a virtual environment or in pypy fol

Re: [pypy-dev] Contributing to PyPy

2021-10-18 Thread Pierre-Yves David
Can you try with the latest Mercurial release ? (5.9.2) On 9/19/21 7:44 PM, M A wrote: Hi I am interested in contributing to PyPy. I tried to clone the source code repository using hg but saw errors. I then found this git repo: https://github.com/mozillazg/pypy. I was actually able to clone it

[pypy-dev] Problem installing python modules on pypy3

2021-10-18 Thread Kostas Christofakis
Hello guys, I have a problem installing 2 modules on pypy and contacting you to find a solution. The issue is this: I am trying to pip install the python-binance module and discum module on pypy3, either with a virtual environment or in pypy folder with root. In both cases I get errors and the ins