Open jtrancas opened 2 years ago
It looks like a new version of PyWavelets came out a couple of hours ago. Adding the PyWavelets package with the previous version to the environment.yaml did the trick.
diff --git a/environment.yaml b/environment.yaml
index 7f25da8..b720fee 100644
--- a/environment.yaml
+++ b/environment.yaml
@@ -10,6 +10,7 @@ dependencies:
- torchvision=0.12.0
- numpy=1.19.2
- pip:
+ - PyWavelets==1.3.0
- albumentations==0.4.3
- opencv-python==4.1.2.30
- pudb==2019.2
I just followed the instructions in the README and I'm getting an error while compiling PyWavelets. Please find the output below.