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

issue with GUI install #687

Open
jasmainak opened this issue Nov 9, 2023 · 0 comments
Open

issue with GUI install #687

jasmainak opened this issue Nov 9, 2023 · 0 comments

Comments

@jasmainak
Copy link
Collaborator

if we install hnn_core without gui option, you still have the hnn-gui command added and then it throws the error:

Traceback (most recent call last):
  File "/Users/mainak/anaconda3/envs/hnn/bin/hnn-gui", line 5, in <module>
    from hnn_core.gui.gui import launch
  File "/Users/mainak/anaconda3/envs/hnn/lib/python3.9/site-packages/hnn_core/gui/__init__.py", line 1, in <module>
    from .gui import HNNGUI, launch
  File "/Users/mainak/anaconda3/envs/hnn/lib/python3.9/site-packages/hnn_core/gui/gui.py", line 15, in <module>
    from ipywidgets import (HTML, Accordion, AppLayout, BoundedFloatText,
ModuleNotFoundError: No module named 'ipywidgets'

saving this for a rainy day ...

@jasmainak jasmainak changed the title issue with install issue with GUI install Nov 9, 2023
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

1 participant