fbcotter / pytorch_wavelets

Pytorch implementation of 2D Discrete Wavelet (DWT) and Dual Tree Complex Wavelet Transforms (DTCWT) and a DTCWT based ScatterNet
Other
943 stars 146 forks source link

Installation error #50

Closed 1998CHC closed 1 year ago

1998CHC commented 1 year ago

Hi! I can't install this package correctly. When I execute "pip install .", I always get error messages "ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.". Do you know the reason? Thanks!

1998CHC commented 1 year ago

Sorry, I have solved this problem which was caused by my carelessness. I will close this issue. Thank you again for your excellent work.