Questions tagged [raspbian-buster]

Raspbian is a free Debian-based OS for the Raspberry-Pi computer, and Buster is the version of Raspbian that was released in September 2019. Use this tag for questions that involve utilities or setup or application development specifically to Raspbian Buster operating system. Include a programming language tag if needed and if the post is about the GPIO then include that tag as well.

52 questions
5
votes
3 answers

Docker MACVLAN only works Outbound

I'm trying to setup a MACVLAN for my docker containers. I have a fresh Raspbian and Docker installation and followed the steps outlined to the Docker Documentation to create a MACVLAN: https://docs.docker.com/network/network-tutorial-macvlan. The…
Christian
  • 241
  • 6
  • 14
4
votes
2 answers

Error in building wheel for cryptography while installing firebase-admin on raspberry pi 3

I was installing firebase-admin using pip on my raspberry pi 3b+ using the following command: pip3 install firebase-admin However it always ends with an error saying "Error building wheel for cryptography" Here is the full error…
3
votes
3 answers

Docker on RaspberryPI does not install Pyyaml

I get the following error when trying to build a docker-image. Step 5/5 : RUN pip install -r requirements.txt ---> Running in e439307defa3 Collecting wakeonlan Downloading wakeonlan-2.0.1-py3-none-any.whl (4.2 kB) Collecting pyyaml Downloading…
Infaninio
  • 31
  • 3
3
votes
2 answers

Running an OpenVINO Python script on boot for Raspberry PI

I am using a Raspberry Pi 3 Model B Rev 1.2 running Raspbian 10 (Buster). I want to run a python script on startup that uses OpenVINO and OpenCV to detect objects and display a stream from a webcam. I created a shell script launcher.sh that…
3
votes
1 answer

Camera for Raspberry Pi 4 integrate with OpenCV

I'm running openCV for some vehicle detection on a Raspberry Pi 4 model B. I purchased an IDS camera: https://en.ids-imaging.com/download-ueye-emb-hardfloat.html But integrating it into my code proved too much trouble as OpenCV.VideoCapture could…
AsafD
  • 31
  • 2
2
votes
2 answers

PIP Install uamqp on a RaspberryPi

I'm having problems trying to install the package azure-eventhub on a Docker container running on a RaspberryPi using the image python:3.10.1-buster. The issue (as far as I can see) isn't with the azure-eventhub package however but one of the…
Joe
  • 23
  • 4
2
votes
1 answer

Bluez can't connect permanently to a Bluetooth LE remote "Function not implemented (38)"

I have a new buster image: Linux stereo 5.10.17+ #1414 Fri Apr 30 13:16:27 BST 2021 armv6l GNU/Linux I did update bluez to it to bluez 5.52. What is already interesting is the fact that I have the following entry in my /var/log/syslog: Jun 30…
Besi
  • 22,579
  • 24
  • 131
  • 223
2
votes
0 answers

Error while connecting to data using Modem Manager in Raspberry Pi

I am using Raspberry Pi Compute Module 3 with Raspbian Buster OS. I have connected Quectel EC25 modem and trying to connect to internet using Network Manager and Modem Manager tool. Whenever I use new Airtel or Vodafone SIM cards, either Couldn't…
2
votes
1 answer

V4l2loopback + mjpg_streamer issue

Ihave a Raspberry Pi 4 B running Raspbian 10 Buster + the Raspberry Pi High Quality Camera. I need to use v4l2loopback to copy videofeed from the physical Camera (/dev/video0) to dummy device (/dev/video1) in order to access it by the mjpg-streamer…
2
votes
1 answer

Raspberry Pi: GPIO-pin gets high by GPIO.setup()

I currently have the problem that when I use the Gpio.setup(17, GPIO.OUT) function, the pin gets power. I have read a lot about this problem, but nothing has worked for me. I have even reinstalled Raspbian. The script should work like this: If I get…
Lukas
  • 251
  • 2
  • 13
2
votes
0 answers

Install mysql-server-8.0 on Raspberry Pi

I have tried to search for how to install mysql-server-8.0 on Raspberry pi but couldn't get the helpful article to do that. What are the steps to install mysql 8.0 on Raspberry pi 3/4?
Paul
  • 21
  • 1
  • 4
2
votes
1 answer

aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Raspbian/buster

I am trying to install Sublime Text on my raspberry Pi running Raspbian Buster. So i runned this sudo add-apt-repository "ppa:webup8team/sublime-text-3For Sublime Text 2" and get this: File "/usr/bin/add-apt-repository", line 95, in
Edem
  • 23
  • 1
  • 2
  • 6
2
votes
2 answers

External USB 3.0 HDD Spin down and power off when powering off or rebooting the Raspberry Pi 4B

An external USB 3.0 HDD Seagate Expantion Drive 1TB is connected to my Raspberry Pi 4B on the Raspbian Buster. The hard drive rarely works, so the first thing I would like it to shut down during idle time (rotation stopped). I must say right away…
RiG
  • 61
  • 1
  • 1
  • 6
1
vote
1 answer

ModuleNotFoundError: No module named 'openvino'

I'd like to run some official OpenVINO samples, but I always get the following error: from openvino.inference_engine import IECore ModuleNotFoundError: No module named 'openvino' I created a simple script to test this…
1
vote
0 answers

Node.JS Express loader:1183 Error on Raspberry Pi

I programmed a NodeJs Express backend on my PC and when I start it, everything works fine. Now I managed to install NodeJs and npm with the same versions as on my PC, on my Raspberry Pi with Raspbian Lite on it. Now I want to host my backend on it…
Kes
  • 91
  • 7
1
2 3 4