You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for the report. I can reproduce the error with a python 3.10 venv on an x86 machine, so I'm guessing its not related to compiling for apple arm architecture. Looking into it 👍
Hi again, thanks for the patience! I tracked down the issue to illegal code generation with Cython in Python 3.10. Fixed by simply bumping the alpha of Cython in #101. In addition I've added publishing a wheel to the CI/CD which may enable installing without building from src in python 3.10. Not sure if this works on apple silicon though. I see that ARM based macos is not yet supported on github actions (actions/runner-images#2187), and I suspect I will need that environment for you to take advantage of the wheel. But for anyone else using pfun on x86 architecture on macos or linux, you should be able to install from the wheel.
Try to install
pfun
, but got this error:Environment
The text was updated successfully, but these errors were encountered: