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

when install groot error : AttributeError: module 'mhelper' has no attribute 'Logger' #147

Open
ChoiHyeonJu opened this issue Feb 23, 2022 · 2 comments

Comments

@ChoiHyeonJu
Copy link

I installing groot and execute it.
when i write a $ groot and get a error

If anyone knows the answer to this error, please let me know.
please!!

choi@choi:~/Groot/build$ groot
Traceback (most recent call last):
File "/home/choi/.local/bin/groot", line 5, in
from groot.main import main
File "/home/choi/.local/lib/python3.8/site-packages/groot/init.py", line 5, in
from groot.application import *
File "/home/choi/.local/lib/python3.8/site-packages/groot/application/init.py", line 1, in
from .application import Application
File "/home/choi/.local/lib/python3.8/site-packages/groot/application/application.py", line 5, in
import intermake
File "/home/choi/.local/lib/python3.8/site-packages/intermake/init.py", line 5, in
from intermake.engine.environment import run_jupyter, Application, acquire, start
File "/home/choi/.local/lib/python3.8/site-packages/intermake/engine/init.py", line 1, in
from .local_data import _LocalData
File "/home/choi/.local/lib/python3.8/site-packages/intermake/engine/local_data.py", line 16, in
_LOG = mh.Logger( "autostore", False )
AttributeError: module 'mhelper' has no attribute 'Logger'

@ChoiHyeonJu
Copy link
Author

i solve it! thank you

@romanhaa
Copy link

@ChoiHyeonJu how did you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants