Skip to content

Interactive python3 segfaults in container #1

@MustafaMustafa

Description

@MustafaMustafa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions