-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please help me i am getting an error like this #24
Comments
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 |
or even reduce it |
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: It will start the terminal version of Jarvis |
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
The text was updated successfully, but these errors were encountered: