#๐ so i am trying to run a git clone auto bot and kinda messed up
140 messages ยท Page 1 of 1 (latest)
@hexed swift
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
what errors are you getting?
File "c:\Users\MARSHAL\J.A.R.V.I.S\tempCodeRunnerFile.py", line 7, in <module>
from co_brain import Jarvis
File "c:\Users\MARSHAL\J.A.R.V.I.S\co_brain.py", line 8, in <module>
from Time_Operations.brain import input_manage, input_manage_Alma
ImportError: cannot import name 'input_manage' from 'Time_Operations.brain' (c:\Users\MARSHAL\J.A.R.V.I.S\Time_Operations\brain.py) i checked with gpt even changed from scracth i cant find how to fix and run it
You can either
A) Fix the code yourself or;
B) Tell the author about this problem and have them fix it
And don't use GPT to fix this.
and he made a vidoe of using this he run it for first time it worked for him after downloadn=ing pips
You can tell him that you tried and it doesn't work. At least the author is aware that it doesn't always work on other people's machines
Can you open brain.py in Time_Operations folder?
Share the code in a pastebin
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
I can see that the input_manage function is definitely there in his code. But I wanna see what you have.
LOL he hardcoded the path on his machine https://github.com/AnubhavChaturvedi-GitHub/Just-A-Rather-Very-Intelligent-System/blob/main/Time_Operations/brain.py#L49
Time_Operations/brain.py line 49
save_to_file(output, time, r'C:\Users\chatu\OneDrive\Desktop\Jarvis\schedule.txt')```
input.txt or manage
done
Does it show def input_manage somewhere?
Can you share the full code in a pastebin?
can i dm u?
Just share it in a pastebin service please
If your code is too long to fit in a codeblock in Discord, you can paste your code here:
https://paste.pythondiscord.com/
After pasting your code, save it by clicking the Paste! button in the bottom left, or by pressing CTRL + S. After doing that, you will be navigated to the new paste's page. Copy the URL and post it here so others can see it.
where is pastebin service
Read this please @hexed swift โ๏ธ
i cant send when i send it it got deleted
Did you read what I showed you?
sorry i am new to it
i didnt noticed url
OK so its definitely there
How did you run this?
in throw_alert.py
How exactly, did you run this python project? Did you type a command? If so, what command? Did you click a button? If so, what button? How did you get that error message?
jarvis.py in bottom
wdym in bottom?
could this be from a python ver issue?
a lot of people having issues starting with python as they download the newest version and try to run code built in a older ver of python.
PS C:\Users\MARSHAL> py jarvis.py
Traceback (most recent call last):
File "c:\Users\MARSHAL\J.A.R.V.I.S\jarvis.py", line 7, in <module>
from co_brain import Jarvis
File "c:\Users\MARSHAL\J.A.R.V.I.S\co_brain.py", line 8, in <module>
from Time_Operations.brain import input_manage, input_manage_Alma
ImportError: cannot import name 'input_manage_Alma' from 'Time_Operations.brain' (c:\Users\MARSHAL\J.A.R.V.I.S\Time_Operations\brain.py)
@pastel surge
Typo. Either you change the one in co_brain.py to Alam or change the function in brain.py to Alma
sorry i didnt get it
You can tell the author what I said with reference to the error you're facing.
he faced with the pip and in the start like he didnt created a env before installing it they didnt even showd the pips after creating a new env the pip he showed in the set up.py file have requiremnt pip he downloeded in new env then the bot was started
but inmy case after that the bot didnt even started showning the errors
Doesn't matter. I've seen his video and the first few minutes of him trying to start his "Jarvis" after he git cloned didn't even work. Let alone he didn't even bother trying to pip install -r requirements.txt file
yea he did that and started listing function he got some trublshoot
I'll try this myself
please if it worked help me out
I already told you how to fix yours. Learn Python bro
i am not pro thats the problem
i am learning
You don't need to be pro at it. Just follow my instructions.
Change Alam to Alma or Alma to Alam. These are mentioned in either co_brain.py or brain.py
can u send me the pastebin its confusing
wait dem
ok it worked
thanks man
Does it? I'm getting Chrome driver version problems
its not respoding but reciving audio
i changed it according to me
wait gotta change path again
yea u need to remove and add your chromedriver and change its old path
https://youtu.be/TKq9ddrxlIA?si=HnYhxhFb9ud_WXtv here the vidoe he explained
Best Jarvis Ai Project | Give Jarvis Eyes Using Mobile camera ( Python Project + Source Code )
You can Search as well Like this : -
real life jarvis ๐คฏ
How to make a | voice assistant | Jarvis in | Python | JavaScript in 2023 | iron man #shorts #jarvis
Jarvis-Like AI Helped Him With Electronics
He created Jarvis in Real Life ๐ณ #shorts
REAL LIFE J...
from 15miins
I managed to make it work for my Edge browser. I don't like Chrome. Thanks anyways
Did you get this?
ModuleNotFoundError: No module named 'tenacity'
Listening...
User: hello Jarvis
Created TensorFlow Lite XNNPACK delegate for CPU.
Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors (tensor#58 is a dynamic-sized tensor). i got this
Seems to be doing something but also absolutely nothing.
I'm running on a desktop. It seems this code is made for running on laptops.
he uses pc
did u changed in listen function headless = somthing will be there it should be chrome_options.add_argument("--headless") this
Yeah I changed it. That part is fine
and need to install tensorflow
His code is very buggy
ye
its working for him in the end not for us and he skipped some parts
@pastel surge is it working?
yea
fr fully functinonal?
.
Not without bugs
Like it can try to open my youtube and my spotify but it only opens them as browser tabs. Not my actual installed applications
i ran into new one i closed and opened vs code for got stuuck
u need to link em with ur path
If I had to link every app to specifically to their path, that's crazy and lazy for this "J.A.R.V.I.S"
Traceback (most recent call last):
File "c:/Users/MARSHAL/J.A.R.V.I.S/jarvis.py", line 6, in <module>
from co_brain import Jarvis
File "c:\Users\MARSHAL\J.A.R.V.I.S\co_brain.py", line 2, in <module>
from NetHyTechSTT.listen import listen
File "c:\Users\MARSHAL\J.A.R.V.I.S\NetHyTechSTT\listen.py", line 10, in <module>
interpreter = tf.lite.Interpreter(model_path="your_model.tflite", experimental_disable_mlir=True)
TypeError: init() got an unexpected keyword argument 'experimental_disable_mlir' it cooming like this
i guess ya but help me u have anydesk?
no
can u download it? and hop in my vs code?
yea i did
tell him, the author, to fix it
Open a Github Issue
i messeged him no responses
Not as a message
As a Github Issue
With full error message
he have a telegram channal
My listen.py file doesn't have this line interpreter = tf.lite.Interpreter(model_path="your_model.tflite", experimental_disable_mlir=True).
Doesn't matter since he doesn't respond there anyways
If you share the problem on Github Issues, other devs may try to help and fix his buggy code
check dm
Generally, these "jarvis" examples are popular and often broken/buggy. It's not a good way to learn.
If you want to build some of this, it's better to start by learning some Python first by starting with a tutorial and doing some small starter projects.
otherwise, things will break and you wont know how to fix them.
(I think lots of yt-ers create "jarvis" videos because they get a lot of hits)
i want a just a personal ai the will remind me on time and book shedules nothinh more or less
Great, to build and debug this, you'll need to learn programming.
But, you might find an online service that does what you need. These youtube channels promising "jarvis" have terrible code that won't work or will break easily.
have anything alternaives cuz i have adhd i am just cant focus perfectly even forgetting sometimes
and worse i dont have money
For reminders, how about Google Calendar? https://calendar.google.com/
Access Google Calendar with a Google account (for personal use) or Google Workspace account (for business use).
tried but its nnot efficent
even did sheets
and some webs
I don't think I can help with that then. I'm just saying that: trying to run a "jarvis app" is a lot of work and is very frustrating for new programmers.
mm i can understand it thats why i aksed help here and got least help
Ok!
If you're on Android, you can ask Gemini to check your schedules/book times/reminders/etc. Its free and you don't have to do any programming whatsoever.
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.