citysu / csiread

A fast channel state information parser for Intel, Atheros, Nexmon, ESP32 and PicoScenes
MIT License
107 stars 27 forks source link

Can‘t find wheel files #31

Closed sarielkk closed 8 months ago

sarielkk commented 1 year ago

I can't find wheel files in Github-Actions-Artifacts: csiread_dist. There is nothing in Github-Actions though I fork the latest version. I use python3.9.

sarielkk commented 1 year ago

When I use python3.10, it doesn't work, either. image

citysu commented 1 year ago

You can replace Cython>=0.29 with Cython>=0.29,<3.0 in requirements.txt, or replace __pcapheader with pcapheader in csiread.pyx and csiread.pxd for Cython >= 3.0.