-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels