nucleic / enaml

Declarative User Interfaces for Python
http://enaml.readthedocs.io/en/latest/
Other
1.53k stars 130 forks source link

kiwisolver won't install on pypy3.9 or pypy3.10 on apple silicon. #554

Open Dobutamine opened 4 weeks ago

Dobutamine commented 4 weeks ago

Error message from pip

File "/private/var/folders/98/8sv5pq656v1djq211lns_94r0000gn/T/pip-build-env-fto5icac/overlay/lib/pypy3.9/site-packages/setuptools/_distutils/unixccompiler.py", line 268, in link linker = ( TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None)) [end of output]

sccolbert commented 3 weeks ago

kiwisolver uses the Python C-api extensively. It was never intended to run on pypy.

On Fri, Aug 16, 2024 at 12:20 AM Tim Antonius @.***> wrote:

Error message from pip

File "/private/var/folders/98/8sv5pq656v1djq211lns_94r0000gn/T/pip-build-env-fto5icac/overlay/lib/pypy3.9/site-packages/setuptools/_distutils/unixccompiler.py", line 268, in link linker = ( TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None)) [end of output]

— Reply to this email directly, view it on GitHub https://github.com/nucleic/enaml/issues/554, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABBQSMP5OL7AMOKT3U3P2LZRWD2JAVCNFSM6AAAAABMTNBGX2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DSNBZHAZDKMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>