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
{{ message }}
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
Traceback (most recent call last):
File "/home/kirill/.local/bin/hermit", line 4, in <module>
from hermit.ui import main
File "/home/kirill/.local/lib/python3.6/site-packages/hermit/ui/__init__.py", line 1, in <module>
from .main import main
File "/home/kirill/.local/lib/python3.6/site-packages/hermit/ui/main.py", line 5, in <module>
from .wallet import *
File "/home/kirill/.local/lib/python3.6/site-packages/hermit/ui/wallet.py", line 8, in <module>
from .repl import repl
File "/home/kirill/.local/lib/python3.6/site-packages/hermit/ui/repl.py", line 12, in <module>
from .toolbar import *
File "/home/kirill/.local/lib/python3.6/site-packages/hermit/ui/toolbar.py", line 4, in <module>
import hermit.ui.state as state
AttributeError: module 'hermit' has no attribute 'ui'
Operation system & version: [Windows 1903, WSL]
Python & pip versions: [pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)]