Skip to content

BUG: Bus error: 10 #84

Closed
Closed
@ljlamarche

Description

@ljlamarche

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:

  1. Clone repo and install with $ pip install .
  2. Start python session on CLI
  3. Import apexpy module >>> import apexpy
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions