flathub / flathub/com.jetbrains.PyCharm-Professional
"`GLIBC_2.32' not found" when using a global python from pyenv
- Dominant language
- No language data
- Stars
- 15
- Forks
- 10
- Avg merge
- 4h 34m
- Merged PRs (30d)
- 1
Description
I've installed [`pyenv`](https://github.com/pyenv/pyenv), then installed and set the default Python to 3.7:
```
$ pyenv install 3.7.9
$ pyenv global 3.7.9
```
However, there's now an error in the Event Log:
```
5:58 p.m. Could not execute hg status command : [/home/mitch/.pyenv/versions/3.7.9/bin/python3.7: /usr/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/mitch/.pyenv/versions/3.7.9/bin/python3.7)]
```
I am unsure why PyCharm is using the Python provided from `pyenv`, rather than the Python built-into the flatpak :thinking:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.