Skip to content

Segmentation fault #4

Description

@imeldp96

I installed Protonify in WSL; the Python version that I used is Python3.13. It is installed correctly, but when I tried to call protonify (even only protonify --help) it gave me a Segmentation fault.

Then, I opened ~/miniconda3/lib/python3.13/site-packages/protonify/pka_utils.py

I commented out this part:

try:
from IPython.display import display
except ImportError:
Fallback for non-notebook environments
def display(obj):
pass

and now protonify is working

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