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

GUI is not shown #51

Open
Fangjunfan123 opened this issue Jun 27, 2023 · 1 comment
Open

GUI is not shown #51

Fangjunfan123 opened this issue Jun 27, 2023 · 1 comment

Comments

@Fangjunfan123
Copy link

The GUI was not shown, when run the jupyter notebook cell No.2. Here is my log.
50 ERROR deepflash2.gui list assignment index out of range
Traceback (most recent call last):
File "C:\Users\fangj.conda\envs\image\lib\site-packages\IPython\core\interactiveshell.py", line 3508, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "C:\Users\fangj\AppData\Local\Temp\ipykernel_22724\64341330.py", line 5, in
t = GUI(path);
File "C:\Users\fangj.conda\envs\image\lib\site-packages\deepflash2\gui.py", line 1360, in init
self.gt = GTEstUI(hide=True, path=self.proj_path, config=self.config)
File "C:\Users\fangj.conda\envs\image\lib\site-packages\deepflash2\gui.py", line 595, in init
self.sb_acc.set_title(i, name)
File "C:\Users\fangj.conda\envs\image\lib\site-packages\ipywidgets\widgets\widget_selectioncontainer.py", line 69, in set_title
titles[index]=title
IndexError: list assignment index out of range

@Fangjunfan123
Copy link
Author

It seems Installing ipywidget=7.7.2 can solve the problem.

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