Skip to content

Installing v0.7.0 makes python 3.11 coredump when help('modules') is called #67

@t-kreitler

Description

@t-kreitler

Hi,

After installing CrossMap with pip, running python -c 'help("modules")' yields:

Please wait a moment while I gather a list of all available modules...
Segmentation fault (core dumped)

I suspect that src/__init__.py is misplaced. It gets installed directly in site_packages and may cause some trouble when python tries to find all modules via pkgutil.walk_packages().

Removing the file and a pip install . from the repo did solve the issue in my case.

Best,
Thomas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions