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

Python Import Errors #18

Closed vlasp closed 1 year ago

vlasp commented 1 year ago

I installed fCWT using pip, but when I try to run the tutorial Jupyter notebook I get an import error. This is on Python 3.10.4.

image

fastlib commented 1 year ago

I see the error indeed arises when on windows. I will try to fix it.

For now, a quick fix would be to go to the fCWT package location in the site-packages folder and move all files inside the 'fCWT/libs' folder to the root 'fCWT' package folder. This should fix the linkage error for now.

fastlib commented 1 year ago

Fixed