reteps/kbot

I need help

Closed this issue · 23 comments

Hey, I need some help. I'm new to the github and coding community and I don't know what "git clone" and "dependencies" is and how to do them.

@DqrkEvil I'm new also, but I've gotten as far as cloning the repository. You have to install git if you dont already have it. After going through the setup process, you have to open git bash and type in the command that they give you in the readme
(git clone https://github.com/reteps/kbot.git)
After that, you have to just type the rest of what they tell you into git bash (at this point, I think you need to have python installed, for installing the dependencies). It won't install the dependencies for me, just says permission denied; I think git must be opened as administrator to work, but I'm on school computer, soooooooooooo dont really have that option.

@Liverrrrr Thanks for the help. I'm now on the step to install the dependencies, when I try it says permission denied for me too, I've tried running it as administrator but it doesn't work either. You can probably not help with this one but you never know.

Try sudo python3 -m pip install requirements.txt instead of just python3 -m pip install requirements.txt.

It doesn't work as administrator either? well, you've helped me just by telling me that since I'm not able to find out for myself. reteps, do I need to put this into git CMD to work? I've been using git bash so far because the command prompt is "disabled by your administrator", but sudo python3 -m pip install requirements.txt doesn't work either. It says "command not found".

When I try this: "sudo python -m pip install requirements.txt it" just says "sudo: command not found"

Don't you use git bash? What application do you use then? Should I download it?

Yes what should we use?

wait, if i open the klib file, it asks me if i want to install dependencies ({y/N]), but when I type y, it just closes and apparently does nothing. also, what is "program arguments? do I have to make a file for username and password or something?

You need to run from the kbot. python3 / python kbot

This is in git bash right? ok I changed my directory to the kbot folder, but when I type python3 kbot it doesnt work. still says permission denied.
image

hahaha your right. WOW I just realized it's not just this, but if I try to run any python commands on git bash, it says permission denied also. I'll check out the stack overflow page. sorry to bug you so much today, I have to refrain from just asking you the meaning of life lol.

image
I've watched a lot of videos and forums but I still don't get it to work,

haha I clicked reteps' google link and opened a stock overflow thing, but I've actually been too busy to read through the whole thing. I bet my school's gp is messing with it in all sorts o ways. pretty much anything I have to download is a lost cause with this computer. I mostly stick to javascripts and user scripts and stuff. that always works.

My problem is that my commands are not found, what can I do?

lol I'm still as lost as you. I'm the same guy that helped you at the beginning of the issue. just changed my picture, if that confused you.

@reteps seriously though reteps, what application do you use if not git bash, cause I probably could download it if I haven't already
nothing else seems to be working

again, i can't solve your issue because it is a general python issue. I have no idea how you have python installed. Have you ever ran a python program successfully? Try running another python program first, I cannot debug your installation.

I have python installed under python from looking up python windows 10 download on git bash.

I also have python3 installed on ubuntu WSL2.

This discussion does not belong on this module, it is not related to the module, but your understanding of how to run programs with python.

image
image