Results 3 comments of Aroksak

When I tried to extract it with standard Ubuntu "Extract Here" I ran into the same problem. But then I installed Ark and extracted the archive with it and it...

[Error message.](https://gist.github.com/Aroksak/04579f81a21c659cb0162a938c865ad1) GCC and LD versions match yours. ``` $ arm-none-eabi-gcc --version | head -n1 arm-none-eabi-gcc (15:6.3.1+svn253039-1build1) 6.3.1 20170620 $ arm-none-eabi-ld --version | head -n1 GNU ld (2.27-9ubuntu1+9) 2.27 ```

Faced this today with latest conda (22.9.0). Resolved only with specifying pytorch-lightning==1.7.7. For some reasons when installing pl 1.7.7 conda also downgraded openssl from 3.0.5 all the way down to...