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
Hexabyte fails to start when running on Windows 11:
PS I:\Documents\Git> hexabyte
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\jsmrc\AppData\Local\Programs\Python\Python312\Scripts\hexabyte.exe\__main__.py", line 4, in <module>
File "C:\Users\jsmrc\AppData\Local\Programs\Python\Python312\Lib\site-packages\hexabyte\__init__.py", line 2, in <module>
from .hexabyte_app import HexabyteApp
File "C:\Users\jsmrc\AppData\Local\Programs\Python\Python312\Lib\site-packages\hexabyte\hexabyte_app.py", line 14, in <module>
from .widgets.command_prompt import CommandPrompt
File "C:\Users\jsmrc\AppData\Local\Programs\Python\Python312\Lib\site-packages\hexabyte\widgets\__init__.py", line 6, in <module>
from .sidebar import Sidebar
File "C:\Users\jsmrc\AppData\Local\Programs\Python\Python312\Lib\site-packages\hexabyte\widgets\sidebar.py", line 9, in <module>
from ..widgets.info_panel import InfoPanel
File "C:\Users\jsmrc\AppData\Local\Programs\Python\Python312\Lib\site-packages\hexabyte\widgets\info_panel.py", line 2, in <module>
import grp
ModuleNotFoundError: No module named 'grp'
The text was updated successfully, but these errors were encountered:
Hexabyte fails to start when running on Windows 11:
The text was updated successfully, but these errors were encountered: