Real-ESRGAN-ncnn-vulkan icon indicating copy to clipboard operation
Real-ESRGAN-ncnn-vulkan copied to clipboard

need a detailed instruction to install

Open mikebilly opened this issue 2 years ago • 7 comments

I'm getting this error:

./realesrgan-ncnn-vulkan: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./realesrgan-ncnn-vulkan)

mikebilly avatar Dec 17 '21 06:12 mikebilly

Somewhat related: I'm getting that same error when running the executable of esrgan in Google Colab (an error before this needed me to install libvulkan-dev)

Ednaordinary avatar Dec 27 '21 07:12 Ednaordinary

Temporary fix: downgrade to version 2.2.4 ( https://github.com/xinntao/Real-ESRGAN )

Ednaordinary avatar Dec 27 '21 08:12 Ednaordinary

Connected with: https://github.com/xinntao/Real-ESRGAN/issues/204#issuecomment-1002585079

kodxana avatar Dec 29 '21 13:12 kodxana

i need even more detailed instructions i feel like i am missing something super obvious but i don't see any make file or anything like that, no binary already in the repo, i honestly cant tell how to use this repository at all. I just know i will end up feeling stupid when someone tells me what i am missing

lordkitsuna avatar Jan 05 '22 08:01 lordkitsuna

It's not something obvious and took me a while to troubleshoot on colab before I just reverted versions. Try updating your packages and installing the package 'libc6' (I'm not expecting much from that because it's a default installed and dangerous to uninstall package on most/all Linux OSes, but it's worth a try). If that doesn't work you should update your distro version if you can, if your using Ubuntu then 19.10 or newer should work. To upgrade on Ubuntu you can do sudo do-release-upgrade, this will take a while, you will have to restart after your done, and it's more avoiding the problem than fixing it

Ednaordinary avatar Jan 05 '22 14:01 Ednaordinary

@mikebilly I have prebuild binary file that works on colab :) https://github.com/xinntao/Real-ESRGAN/files/7864973/realesrgan-ncnn-vulkan-colab.zip

kodxana avatar Jan 13 '22 18:01 kodxana

@mikebilly I have prebuild binary file that works on colab :) https://github.com/xinntao/Real-ESRGAN/files/7864973/realesrgan-ncnn-vulkan-colab.zip

could you please send me the link to your notebook? thanks so much!

mikebilly avatar Mar 31 '22 03:03 mikebilly