PyTorchSteerablePyramid
PyTorchSteerablePyramid copied to clipboard
Installing through setup.py fails
Trying to install this package by executing setup.py always fails with this error error: package directory 'steerable_pytorch' does not exist.
I got it to work by replacing steerable_pytorch at https://github.com/tomrunia/PyTorchSteerablePyramid/blob/e54981e7fcfd24263354d9c11fe70cb44457a594/setup.py#L13 with steerable.
@nicsalv @tomrunia I've made a pull request to fix this in the main branch.