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

Error "ModuleNotFoundError: No module named 'grp'" when running from console on Windows #29

Closed
jsmrcina opened this issue Nov 16, 2023 · 0 comments · Fixed by #30
Closed
Assignees

Comments

@jsmrcina
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants