Skip to main content

All Questions

Tagged with
0 votes
0 answers
7 views

Linux: How to find the location of a specific "include" library in Python? [migrated]

Note: I have already searched extensively and found nothing that even vaguely resembles an answer, including here. If this is a stupid question or a duplicate, please accept my apologies. Also Note: ...
Jim JR Harris's user avatar
0 votes
0 answers
619 views

How do I edit the rc.local file on my Raspberry using another PC?

I edited my rc.local file to start 2 python scripts and a flutter app on boot and I set it up to boot in console mode. But now I can't close the flutter app. I already tried pressing CTRL + Z or CTRL +...
Tin Pocrnic's user avatar
0 votes
1 answer
347 views

python 3.4 to python 3.5 upgrade

How do I upgrade from Python 3.4 to 3.5 or higher on a Raspberry Pi running Raspbian? I tried sudo apt-get install python3.5 with the following output: Reading package lists... Done Building ...
Terry Gruenenfelder's user avatar
1 vote
1 answer
138 views

is there a way to install Qt4 for Python 2.7 under Raspbian Buster on Raspberry Pi 4B

is there a way to install Qt4 for Python 2.7 under Raspbian Buster on Raspberry Pi 4B. pip is not working, conda ist not working, any sugestions? thanks!
theo's user avatar
  • 11
0 votes
0 answers
424 views

Raspbian openVINO - no module named 'cv2'

I have been configuring openVINO on my Raspberry pi 2 B, and followed these instructions. I was successfully able to run the "object_detection_sample_ssd" demonstration, but that is where my luck ...
Daniel C's user avatar
0 votes
0 answers
1k views

PIP is not working on my Rasberry Pi (Raspbian), raises ssl-Errors

When I try to install python packages with pip on my Raspberry-Pi (running Raspbian Buster), I get the following error: pip install opencv-python (same for every other package) Looking in indexes: ...
Zciurus's user avatar
  • 101
0 votes
1 answer
430 views

Trouble installing chatterbot

i'm installing Chatterbot cause i'll use it on a project but when I try to install then there's an error: pip install ./ChatterBot Looking in indexes: https://pypi.org/simple, https://www.piwheels....
Gabriel Maia's user avatar
1 vote
0 answers
199 views

PyAudio differentiating between audio streams

I’ve been struggling to get two projects to work nicely together and have surmised that one of them needs an alteration to work properly. I’m running a Pi3B with the latest Buster OS. Attached to the ...
TheMiddle's user avatar
1 vote
0 answers
456 views

Matplotlib install hanging on raspberry pi zero w

so I followed this Tutorial and installed python 3.6.3 onto my raspberry pi zero w. It is running Raspbian Stretch 4.14, I'm having this issue with both the desktop and lite version. Everything works ...
Vincent P's user avatar
1 vote
0 answers
199 views

Python - Unable to start lighttpd (Fastcgi) - Raspbian Stretch

I am trying to build DIY project, based on the instructions from https://github.com/nathanpjones/GaragePi I was able to successfully have it installed. But when I restarted, I am not able to access ...
akay0402's user avatar
0 votes
1 answer
59 views

Making a command line program on linux (Raspbian or Ubuntu)

My objective is to make a program that can be installed and then operated using Terminal. For example, Pip is installed We write pip install numpy in the terminal, and numpy is installed. ...
Breakpoint's user avatar
1 vote
0 answers
1k views

How do I calculate the rpm of the fan connected to my Raspberry Pi? [closed]

So what I've got is a Noctua fan(product link: https://noctua.at/en/products/fan/nf-a4x20-5v/specification) connected to a Raspberry Pi 3. I want to know the RPM of the fan at every second interval. I ...
jait's user avatar
  • 11
1 vote
0 answers
237 views

RSS parser interacting with another software using Bash or Python

I'm trying to create a program or script (let's call it Worker) running in Linux environment (desirable would be Raspbian or Debian), that collects links from RSS feeds and sends them to another 2 ...
xreplace's user avatar
0 votes
0 answers
124 views

Raspberry Pi 3 crashes with 4 processes running gmpy, runs fine with 3 or less

I have written a Python program which uses homomorphic (paillier) encryption. For this I am using phe (https://github.com/n1analytics/python-paillier). Because this was really slow, I used 4 processes ...
Gasp0de's user avatar
  • 259
0 votes
1 answer
1k views

Raspbian Jessie, Autostart Python Script after GUI

I'm trying to autostart a python script, pygame file once Rasbian boots up. I have tried changing the autostart file in /home/pi/.config/lxsession/LXDE-pi to: @lxpanel --profile LXDE-pi @pcmanfm --...
d3cka2d3pwood's user avatar

15 30 50 per page