Closed
Description
Describe the bug
I can install apexpy (seemingly successfully), but when I try to import the module my python session crashes with a "Bus error: 10".
>>> import apexpy
Bus error: 10
To Reproduce
Steps to reproduce the behavior:
- Clone repo and install with
$ pip install .
- Start python session on CLI
- Import apexpy module
>>> import apexpy
- Error will also be generated by running pytest
Expected behavior
The apexpy module will be imported and can be used in code.
Computer (please complete the following information):
- OS: MacOS Monterey 12.1
- Python version: 3.9.9
- Compiler with version: gfortran 11.0.0
- Apexpy version/branch: 1.1.0, main and develop
Additional context
This computer has one of the Apple M1 Pro chips, and I installed gfortran from HPC. I'm using python from miniconda 4.10.1.