Uncaught TypeError in main.py line 172
Aider version: <module 'aider.version' from 'C:\Users\Dannan\AppData\Roaming\Python\Python312\site-packages\aider\version.py'> Python version: 3.12.5 Platform: Windows-11-10.0.22631-SP0 Python implementation: CPython Virtual environment: No OS: Windows 11 (64bit) Git version: git version 2.46.0.windows.1
An uncaught exception occurred:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "main.py", line 781, in <module>
status = main()
^^^^^^
File "main.py", line 422, in main
launch_gui(argv)
File "main.py", line 172, in launch_gui
if "-dev" in __version__:
^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'module' is not iterable
Thank you for filing this issue.
There seems to be a bug launching the GUI/browser currently in this setup, the terminal version of aider should work fine though.
This looks like a duplicate of #1502, so I'm going to close it so discussion can happen there. Please let me know if you think it's actually a distinct issue.