I’m using Python 3.12.4 and Poetry version 1.8.3 on MacOS (M2 chip) and running a simple program importing os, Pandas, and spacy that produces 65717 bus error
on running the command poetry run python myfile.py
in the zsh terminal. My program runs, then crashes.
3