Skip to content

spatstat-interface crashes on macos when installed without poetry #7

@sporring

Description

@sporring

Hi,
I would like to experiment with this interface, but python crashes, when I run
from spatstat_interface.interface import SpatstatInterface
Here is how I installed the package:

First I updated brew to the latest packages. Then I made a conda environment:

conda activate spatstat

I pip-installed the spatstat-interface package:

pip install spatstat-interface

I installed R:

brew install R

I started R in the terminal and installed spatstat:

install.packages("spatstat”, repos='https://mirrors.dotsrc.org/cran/')

Attempting to import the package in python crashes:

% python
Python 3.12.4 | packaged by Anaconda, Inc. | (main, Jun 18 2024, 10:07:17) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from spatstat_interface.interface import SpatstatInterface
zsh: segmentation fault  python

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