krr icon indicating copy to clipboard operation
krr copied to clipboard

WSL install failure due to missing python lib `GLIBC_2.35' not found

Open aozmen121 opened this issue 2 years ago • 1 comments

Describe the bug Clean install krr v 1.6 via brew on a windows wsl env causes this error

To Reproduce

  • clean install robusta krr
  • causes following error:
[206970] Error loading Python lib '/home/linuxbrew/.linuxbrew/Cellar/krr/1.6.0/libexec/libpython3.9.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /home/linuxbrew/.linuxbrew/Cellar/krr/1.6.0/libexec/libpython3.9.so.1.0)

Expected behavior Should not cause an error

Desktop (please complete the following information): Virtualization: wsl Operating System: Ubuntu 20.04.6 LTS Kernel: Linux 5.15.133.1-microsoft-standard-WSL2 Architecture: x86-64

aozmen121 avatar Jan 09 '24 14:01 aozmen121

I think in your case you need to use Ubuntu 22, as 20 does not have GLIBC 2.35 Also I think the easier solution will be to run krr by cloning the repo and using python

But to fix an issue we need to add some windows package managers, but I don't think we are planning to prioritize that But feel free to open PRs

LeaveMyYard avatar Jan 10 '24 16:01 LeaveMyYard