You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: