onuratakan / gpt-computer-assistant

gpt-4o for windows, macos and linux
MIT License
4.75k stars 441 forks source link

Defaults to ffmpeg, then crashes #113

Closed SchooiCodes closed 3 weeks ago

SchooiCodes commented 3 weeks ago
AppData\Local\Programs\Python\Python311\Lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
  warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
pygame 2.5.2 (SDL 2.28.3, Python 3.11.5)
Hello from the pygame community. https://www.pygame.org/contribute.html
Imported all libraries
Loading font
C:\Users\Schooi\AppData\Local\Programs\Python\Python311\Lib\site-packages\gpt_computer_assistant\utils\media\SF-Pro-Text-Bold.otf
QWidget::setLayout: Attempting to set QLayout "" on MainWindow "", which already has a layout
Traceback (most recent call last):
  File "C:\Users\Schooi\AppData\Local\Programs\Python\Python311\Lib\site-packages\gpt_computer_assistant\gpt_computer_assistant.py", line 343, in paintEvent
    if not self.should_paint:
           ^^^^^^^^^^^^^^^^^
AttributeError: 'MainWindow' object has no attribute 'should_paint'

That is the error I get. The installation goes very well, and I get that only after running computerassistant on cmd.

Mideky-hub commented 3 weeks ago

see: #112

SchooiCodes commented 3 weeks ago

It still doesn't work for me.

Mideky-hub commented 3 weeks ago

Can you pull the repository and then can you give the traceback to your issue, but the one you have right now?

SchooiCodes commented 2 weeks ago

Uhhh i am still new to github, i may need some help..

Mideky-hub commented 2 weeks ago

can you do in your cmd: pip3 install --upgrade gpt-computer-assistant[default] ?

SchooiCodes commented 2 weeks ago

Yeah, of course, just give me a second becuase I messed around with my PATH variable, so now I have to reset python to be in the path