apexpy returns an error at import:
import apexpy
ERROR:
fortranapex module could not be imported. apexpy probably won't work. Failed with error: cannot import name 'fortranapex' from partially initialized module 'apexpy' (most likely due to a circular import)
NOTE:
fortranapex compiles normally from /frotranapex/ using make.
Using :
Python 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ] on darwin
This must be a problem similar to #16
Likely the problem with linking to the correct compiler/path in setup.cfg
apexpy returns an error at import:
import apexpyERROR:
NOTE:
fortranapex compiles normally from /frotranapex/ using make.
Using :
Python 3.11.5 (main, Sep 11 2023, 08:31:25) [Clang 14.0.6 ] on darwin
This must be a problem similar to #16
Likely the problem with linking to the correct compiler/path in setup.cfg