fastlib / fCWT

The fast Continuous Wavelet Transform (fCWT) is a library for fast calculation of CWT.
Apache License 2.0
263 stars 53 forks source link

Does this work on m1 processor too? #34

Closed 4SIGILL closed 1 year ago

4SIGILL commented 1 year ago

I am working with m1 iMac. When I run the python example code, I get the following error:

"Process finished with exit code 132 (interrupted by signal 4: SIGILL)"

Here are the specs and package versions I'm working on:

Thank you.

felixdollack commented 1 year ago

I am able to build and run the fCWT library on a MacBook Pro with M2.

4SIGILL commented 1 year ago

Thanks.