aider icon indicating copy to clipboard operation
aider copied to clipboard

Uncaught TypeError in main.py line 172

Open Da3n0n opened this issue 1 year ago • 1 comments

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

Da3n0n avatar Sep 13 '24 15:09 Da3n0n

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.

fry69 avatar Sep 13 '24 16:09 fry69

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.

paul-gauthier avatar Sep 20 '24 18:09 paul-gauthier