#help with bdsp rbg setup

1 messages · Page 1 of 1 (latest)

brazen ravine
#

@umbral gate

#

There this one

umbral gate
#

did you run the command or not ?

brazen ravine
#

In a normal command prompt?

umbral gate
#

yep

brazen ravine
#

It says "no module named pip"

umbral gate
#

wtf

#

which command did you tried ?

brazen ravine
#

Send the command again and send the full thing

#

enter just the command

umbral gate
#

python -m pip install pygrabber

brazen ravine
#

I tried it

umbral gate
#

send the full error

brazen ravine
#

C:\Users\yeah\AppData\Local\Programs\Python\Python39\python.exe: No module named pip

umbral gate
#

did you tried this one "pip install pygrabber" ?

brazen ravine
#

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.

umbral gate
#

so pygarbber is already installed

#

how do you launch the py file ?

brazen ravine
#

What?

#

I dont get it

umbral gate
#

how do you start the .py file

brazen ravine
#

What does that mean?

brazen ravine
#

@umbral gate Can you help me again

brazen ravine
bronze gull
brazen ravine
#

Command prompt

#

I dont get it in that context

brazen ravine
#

I get this error for camera

brazen ravine
#

someone pls help

bronze gull
#

Import pygrabber

brazen ravine
brazen ravine
#

i got the pip error

bronze gull
#

use pip command by using python

brazen ravine
#

@bronze gull

bronze gull
#

This is what you need. Nothing more

brazen ravine
#

Yes

bronze gull
#

Did you run it?

brazen ravine
#

Yes

bronze gull
#

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

brazen ravine
#

Keeps giving me the same error

#

Yeah, nope isnt working

bronze gull
#

Add python before pip

brazen ravine
#

you mean do

#

python ./src/player_blink_gui.py

#

first?

#

Bro whatever i do i just always get an error

bronze gull
#

you have to install the requirements

#

it won't never work without

#

did you install git?

#

or you downloaded it manually?

bronze gull
brazen ravine
#

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

bronze gull
#

i mean, you don't know how pip works

brazen ravine
#

That part is true

#

but

#

i did watch tutorials and idk

bronze gull
#

you have to install the requirements

#

this will probably fix the problem

brazen ravine
#

Alright then send git

bronze gull
#

python pip install -r requirements.txt

#

inside the project folder

#

nothing more

brazen ravine
#

Bro, no i have been doing that

#

i even just tried again

#

still giving me the same error

bronze gull
#

which error

#

the installation happens?

brazen ravine
#

The same one

bronze gull
#

reinstall python

brazen ravine
#

Alright i guess

bronze gull
#

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