Segmentation faults encountered when running examples

Notebooks and examples crash the python kernel. Running the following from python:

from binarycpython.utils.functions import temp_dir
from binarycpython.utils.grid import Population

population = Population()

This results in:

2022aSegmentation fault (core dumped)

The same happens when running, e.g., "2.4 Running a grid of stars with binary_c-python " of binary_c instructions.

System: Ubuntu 22.04 virtual machine.

Note: Running tbse in binary_c installation folder runs w/o any errors (in case this helps).