Closed Askaholic closed 2 years ago
Seems like pypy not fully implemented 3.9 release / bpo-40421. I added quick fix in 1.5.2.1. Can you check if it compiles now?
It worked with zstd 1.5.2.2
: https://github.com/Askaholic/faf-replay-parser-python/runs/6055403460?check_suite_focus=true
As I hoped.
I'm building my package with
cibuildwheel
across multiple OS's and python versions and I have zstd as an optional dependency. The zstd build seems to be failing on the combination of MacOS and pypy 3.9. Ubuntu and Windows + pypy 3.9 both seem to be working, only MacOS is failing. Also MacOS with pypy 3.7 seemed to have worked.OS: MacOS 10.9 Python version: pypy 3.9.12 zstd: 1.5.2.0
Error log:
The full CI log is here: https://github.com/Askaholic/faf-replay-parser-python/runs/6051537985?check_suite_focus=true
Supporting pypy is mostly just a curiosity for me, so I don't mind ignoring this combination in my builds if it's not easy to fix.