Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8013

Beginners • Re: Having trouble to start Porcupine via systemd

$
0
0
I created the venv by using these commands:

Code:

sudo apt update
and then this,

Code:

sudo apt update
Then I ran this command: To clone Porcupine demo repository

Code:

git clone https://github.com/Picovoice/porcupine.gitcd porcupine/demo/python
And then this command: To create and activate the virtual environment I believe, this was the question you asked me

Code:

python3 -m venv envsource env/bin/activate
And then to install python dependencies:

Code:

pip install -r requirements.txt
Im not sure why specifically to use venv. Im using chatgpt to help me with this since Im very new to this stuff and chatgpt suggested we should create it and then activate it to keep the project specific stuff at one place so that it wont get mixed up with other stuff.

I know using GPT might be the dumbest thing to do, but Im learning and refining on how things work on RPi, so again apologies in advance if all of this seems dumb

Thanks and grateful

Statistics: Posted by CrazzyElectron — Tue Jun 17, 2025 5:19 am



Viewing all articles
Browse latest Browse all 8013

Trending Articles