ICRAR / crc32c

A python package implementing the crc32c algorithm in hardware and software
GNU Lesser General Public License v2.1
41 stars 25 forks source link

Lack of c extension for MacOS Python 3.12 #41

Closed parkerbjur closed 5 months ago

parkerbjur commented 5 months ago

I am using the aiortc package which depends on this package. I updated our project to python 3.12 and since then I've gotten the following error: As the c extension couldn't be imported,google-crc32cis using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extension

How should I resolve this issue?

OS: macOS 14.4.1 (23E224) Arch: ARM (M1) Python Version: 3.12.1 Build System: Poetry 1.7.1

parkerbjur commented 5 months ago

Sorry, this should be here https://github.com/google/crc32c