Sergey B Kirpichev
Sergey B Kirpichev
Fork was removed, unfortunately.
@ali-parvizi, obviously you can try to fix failed test.
Hmm, I see: ``` Wolfram Language 13.2.0 Engine for Linux x86 (64-bit) Copyright 1988-2022 Wolfram Research, Inc. In[1]:= EllipticPi[2, -20, .5] Out[1]= 3.41581 ```
No py2 support anymore after #629
Could you try ``` CFLAGS=-I LDFLAGS=-L pip install gmpy2 ``` ?
See also pypa/setuptools#3794. I don't think that adding new build deps on pkgconfig will be a good idea for gmpy2. Rather we could document using compiler/linker flags to point on...
@smprather, unfortunately we can't guess your platform nor the gmpy2 version you are trying to install... Could you try latest alpha?
> We have a PyPI internal mirror on the Linux side. Is this a complete mirror or it has some restrictions (e.g. doesn't include alpha releases)? If it has alpha...