Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error #145

Open
BearBiscuit05 opened this issue Sep 25, 2023 · 0 comments
Open

Runtime Error #145

BearBiscuit05 opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@BearBiscuit05
Copy link

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)
@BearBiscuit05 BearBiscuit05 added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant