jrs65 / scalapy

A python wrapper around ScaLAPACK
32 stars 12 forks source link

installation issues #35

Open dgrin1 opened 2 years ago

dgrin1 commented 2 years ago

When I install scalapy, I get the following, Python 3.9.12 (main, Apr 5 2022, 01:52:34) [Clang 12.0.0 ] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for more information.

import scalapy Traceback (most recent call last): File "", line 1, in File "/Users/dgrin/scalapy/scalapy/init.py", line 12, in from .core import * File "/Users/dgrin/scalapy/scalapy/core.py", line 43, in from . import blacs ImportError: cannot import name 'blacs' from partially initialized module 'scalapy' (most likely due to a circular import) (/Users/dgrin/scalapy/scalapy/init.py)

openblas and salapack are all installed. any thoughts?