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

can't import FCWT and use it Google Colab python #62

Open TAUforPython opened 3 months ago

TAUforPython commented 3 months ago

Unfortunately, can't run and use FCWT for my colab python project. I try git clone option and pip install !git clone https://github.com/fastlib/fCWT.git !pip install fCWT then try to import fcwt package BUT - have an error

Screenshot 2024-06-30 at 06 01 56
TAUforPython commented 3 months ago

!pip install fCWT import fCWT and all TUTORIAL.IPUB done