fastlib / fCWT

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

Problem of installing fCWT on linux #67

Open neil20030304 opened 3 months ago

neil20030304 commented 3 months ago

I installed fCWT on the linux server using the command 'pip install fCWT' but get the error 'ImportError: libfftw3f.so.3: cannot open shared object file: No such file or directory' when trying to import the lib in python script. How to resolve the issue?