Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aozmen121 opened this issue Jan 9, 2024 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@aozmen121
Copy link

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

@LeaveMyYard
Copy link
Contributor

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 LeaveMyYard added bug Something isn't working enhancement New feature or request labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants