marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Runtime Error #145

Open BearBiscuit05 opened 11 months ago

BearBiscuit05 commented 11 months ago

After I installed Marius following the README instructions, I seem to encounter some issues when I try to import Marius, and I'm not sure how to resolve them.

Python 3.8.16 (default, Mar  2 2023, 03:21:46) 
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import marius
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/bear/miniconda3/envs/mar/lib/python3.8/site-packages/marius/__init__.py", line 13, in <module>
    from . import _config as config  # RW: import first due to marius/torch omp linking
ImportError: cannot import name '_config' from partially initialized module 'marius' (most likely due to a circular import) (/home/bear/miniconda3/envs/mar/lib/python3.8/site-packages/marius/__init__.py)