#help with bdsp rbg setup
1 messages · Page 1 of 1 (latest)
did you run the command or not ?
In a normal command prompt?
yep
It says "no module named pip"
python -m pip install pygrabber
I tried it
send the full error
C:\Users\yeah\AppData\Local\Programs\Python\Python39\python.exe: No module named pip
did you tried this one "pip install pygrabber" ?
Lemme try it
I tried it and gave me this
C:\Users\yesat>pip install pygrabber
Requirement already satisfied: pygrabber in c:\users\didnt\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (0.1)
Requirement already satisfied: comtypes>=1.1.7 in c:\users\didnt\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (from pygrabber) (1.2.0)
Requirement already satisfied: numpy>=1.17.3 in c:\users\didnt\appdata\local\packages\pythonsoftwarefoundation.python.3.7_qbz5n2kfra8p0\localcache\local-packages\python37\site-packages (from pygrabber) (1.21.4)
WARNING: You are using pip version 20.1.1; however, version 23.3.2 is available.
You should consider upgrading via the 'C:\Users\yest\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.
how do you start the .py file
What does that mean?
@umbral gate Can you help me again
Because i dont understand this
he's asking you how do you run the program
I get this error for camera
someone pls help
Import pygrabber
how?
i got the pip error
use pip command by using python
Just in command prompt? Whats the command?
@bronze gull
Did you read "how to run" in github?
This is what you need. Nothing more
Yes
Did you run it?
Yes
pip install -r requirements.txt # Install the pip requirements
python ./src/player_blink_gui.py # Run the gui script
Do this in the project folder
Add python before pip
you mean do
python ./src/player_blink_gui.py
first?
Bro whatever i do i just always get an error
?
you have to install the requirements
it won't never work without
did you install git?
or you downloaded it manually?
this is because you don't know what you're doing xD
You cant tell me if i know what im doing, your not having the problem, here
I do know what im doing
and i even watched tutorials for it
i mean, you don't know how pip works
Alright then send git
Bro, no i have been doing that
i even just tried again
still giving me the same error
The same one
reinstall python
Alright i guess
I'm running into a weird error when trying to install Django on my computer.
This is the sequence that I typed into my command line:
C:\Python34> python get-pip.py
Requirement already up-to-date...
or do this
but i don't think you should mess with the PATH if you don't know what it is
just reinstall python and be sure to add it to the path with pip during installation
there should be the option for it
maybe you can also try python -m pip install -r requirements.txt
before reinstalling
let us know