Robin22

Results 4 comments of Robin22

same problem, I used ubuntu 22, cuda 11.8 gcc 9.0 and tried several older version of ffmpeg. and basic these four errors: ‘av_register_all’ was not declared in this scope error:...

I solved the problem, but since I cannot access the original Gitlab of the SIBR viewer, I can only publish my solution here. I'd appreciate if anyone could contact the...

I tried with @Zazexy and @samsartor's method: ```bash export LIBRARY_PATH="/usr/local/cuda/lib64/stubs:$LIBRARY_PATH" export LDFLAGS=-L/usr/local/cuda/lib64/stub ``` and it works for me, thank you! specs: RTX4070ti, windows11, cuda11.8, gcc 11 and pytorch 2.0.1

Thank you! your guide saved me! And I'll list up my specs: Win11+WSL2+ubuntu22.04.2 distro 13700kf + RTX 4090 cuda11.7 pytorch 11.3+cuda11.7 toolkit installed by anaconda > I was able to...