yukiarimo / yuna-ai

Your Private Companion. The future AGI takeover starts here!
https://www.yuna-ai.live/
GNU Affero General Public License v3.0
90 stars 11 forks source link

Unable to Start Yuna #87

Closed adrienschndr closed 1 month ago

adrienschndr commented 2 months ago

Describe the bug Bug making Yuna unable to start

To Reproduce Steps to reproduce the behavior:

  1. Run python menu.py
  2. Click on 'Start Yuna'
  3. Getting error

Expected behavior

File "/Users/adrienschndr/Desktop/yuna-ai-6.3.1/menu.py", line 231, in <module>
    manager.run()
  File "/Users/adrienschndr/miniconda3/lib/python3.11/site-packages/pytermgui/window_manager/manager.py", line 198, in run
    self._run_input_loop()
  File "/Users/adrienschndr/miniconda3/lib/python3.11/site-packages/pytermgui/window_manager/manager.py", line 144, in _run_input_loop
    self.process_mouse(key)
  File "/Users/adrienschndr/miniconda3/lib/python3.11/site-packages/pytermgui/window_manager/manager.py", line 511, in process_mouse
    window.handle_mouse(event)
  File "/Users/adrienschndr/miniconda3/lib/python3.11/site-packages/pytermgui/widgets/containers.py", line 805, in handle_mouse
    handled = widget.handle_mouse(event)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/adrienschndr/miniconda3/lib/python3.11/site-packages/pytermgui/widgets/button.py", line 69, in handle_mouse
    self.onclick(self)
  File "/Users/adrienschndr/Desktop/yuna-ai-6.3.1/menu.py", line 54, in start_yuna
    subprocess.check_call([sys.executable, 'index.py'])
  File "/Users/adrienschndr/miniconda3/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/Users/adrienschndr/miniconda3/bin/python', 'index.py']' returned non-zero exit status 1.

Desktop (please complete the following information):

yukiarimo commented 2 months ago

Due to this error, Menu.py will be removed in a few days in the upcoming release.

yukiarimo commented 1 month ago

Try again