Open NIKKILPRITHVIN opened 1 year ago
can u check whether the init statement is correctly written in your code line number 193, in JarvisUI.py file?
def __init__(self, path):
self.cpath = path
i made a new ui file and added to your code it shows me the error can you please remove the gui
or even reduce it because my screen size is small
As many developers are raising issue for Jarvis without GUI version, In the recent updates, I have added the respective file for terminal version of it. You can check this out at JarvisWithoutGUI.py
Just run: python JarvisWithoutGUI.py
It will start the terminal version of Jarvis
i made a new ui file and added to your code it shows me the error can you please remove the gui
I can't help you without seeing your code that you have changed, can u share your code if possible so that I can help you in it ?
File "c:\Users\acer\Desktop\Jarvis\J.A.R.V.I.S\JARVIS.py", line 1086, in init self.ui = Ui_JarvisUI(path=current_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Ui_JarvisUI() takes no arguments