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

Interactive python3 segfaults in container #1

Open
MustafaMustafa opened this issue May 21, 2020 · 0 comments
Open

Interactive python3 segfaults in container #1

MustafaMustafa opened this issue May 21, 2020 · 0 comments

Comments

@MustafaMustafa
Copy link

Hi,

python3 segfaults in interactive mode inside a dedalus container. You can fix that by uninstalling gcc readline and installing the gnu one. I did that in our downstream image dockerfile, but you might want to fix it the base image.

To test try to import anything in python3 interactive mode inside a container.

Possible solution, add the following in the Dockerfile:
RUN pip3 uninstall readline --yes && pip3 install gnureadline

Thanks a lot of all the great work, Dedalus has been very helpful for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant