-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Getting segmentation fault after python upgrade #209
Comments
If I try to upgrade glibc to the latest version: 2.35-r1, during miniconda installation I start to get the below errors:
|
Thanks for filing this detailed bug report. I'll be able to review it this weekend and create any related patches. |
@sgerrand did you get a chance to look into this? |
Closed
2.35 is mostly broken (#210), as reported in #204 (comment), upgrade to the latest version should just fix the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to upgrade Python to the latest Python version, but even with a minor Python version upgrade getting segmentation fault error.
Current python version: 3.9.12
Next Python upgrade plan: >=3.9.17
In the below Dockerfile, if we replace
ARG CONDA_VERSION
&ARG SHA256SUM
with the previous Python version(mentioned in the comment of Dockerfile) then everything is working fine.Steps to reproduce:
docker build -t python39:test .
docker run -it --entrypoint bash python39:test
python
@sgerrand please check.
The text was updated successfully, but these errors were encountered: