chorus-ai / chorus_waveform

CHoRUS waveform documentation and various waveform conversion scripts
MIT License
3 stars 3 forks source link

Running benchmark on Mac M1 with python 3.9 , error occurs #28

Open del42 opened 7 months ago

del42 commented 7 months ago

error: MemoryError: Cannot allocate write+execute memory for ffi.callback(). You might be running on a system that prevents this. For more information, see https://cffi.readthedocs.io/en/latest/using.html#callbacks)

del42 commented 7 months ago

Worked with following instruction: https://github.com/snowflakedb/snowflake-connector-python/issues/1205#issuecomment-1243821967

bemoody commented 7 months ago

Something about this (FFI, callbacks, MacOS) sounds familiar. I wonder if the issue is related to SoundFile?