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
Thanks for taking the time to write a bug report! Use the following prompts to help you describe what's going on. The more info you provide, the easier it'll be to understand how to fix it for you without having to come back and ask you questions.
Describe the bug
(nam) PS C:\Users\jkruse\projects\NAM\neural-amp-modeler> nam
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\jkruse\miniconda3\envs\nam\Scripts\nam.exe_main.py", line 4, in
ImportError: cannot import name 'nam_gui' from 'nam.cli' (C:\Users\jkruse\projects\NAM\neural-amp-modeler\nam\cli.py). Did you mean: '_nam_gui'?
(nam) PS C:\Users\myuser\projects\NAM\neural-amp-modeler> nam
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\myuser\miniconda3\envs\nam\Scripts\nam.exe_main.py", line 4, in
ImportError: cannot import name 'nam_gui' from 'nam.cli' (C:\Users\jkruse\projects\NAM\neural-amp-modeler\nam\cli.py). Did you mean: '_nam_gui'?
Expected behavior
Expected nam GUI to launch and be ready to configure training
Desktop (please complete the following information):
Thanks for taking the time to write a bug report! Use the following prompts to help you describe what's going on. The more info you provide, the easier it'll be to understand how to fix it for you without having to come back and ask you questions.
Describe the bug
(nam) PS C:\Users\jkruse\projects\NAM\neural-amp-modeler> nam
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\jkruse\miniconda3\envs\nam\Scripts\nam.exe_main.py", line 4, in
ImportError: cannot import name 'nam_gui' from 'nam.cli' (C:\Users\jkruse\projects\NAM\neural-amp-modeler\nam\cli.py). Did you mean: '_nam_gui'?
To Reproduce
Steps to reproduce the behavior:
(nam) PS C:\Users\myuser\projects\NAM\neural-amp-modeler> nam
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\myuser\miniconda3\envs\nam\Scripts\nam.exe_main.py", line 4, in
ImportError: cannot import name 'nam_gui' from 'nam.cli' (C:\Users\jkruse\projects\NAM\neural-amp-modeler\nam\cli.py). Did you mean: '_nam_gui'?
Expected behavior
Expected nam GUI to launch and be ready to configure training
Desktop (please complete the following information):
commit af1c4d5 (HEAD -> main, origin/main, origin/HEAD)
Author: Steven Atkinson steven@atkinson.mn
Date: Mon Jan 20 11:49:29 2025 -0800
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: