raspberry-pi3 Questions
4
Solved
I need python newest version in raspberry pi.
I tried apt install python3 3.8 apt install python3 but this didnot work.
And I also needed to update my raspberry pi python IDLE
Plugboard asked 6/11, 2020 at 16:27
4
Solved
I am trying to run an Arducam MT9J001 camera on a raspberry pi 3b+. I am getting the following error when I try to run the program, "ImportError: libcblas.so3: cannot open shared object file: ...
Unbacked asked 17/11, 2018 at 2:50
2
Solved
I have a problem with automatic running of service. I would like to run a script after user login. Once I have succeeded, however when I tried to automatize it, I'm getting an error and I can't fin...
Contention asked 2/1, 2018 at 17:43
5
Is there anybody to try to put aws-cliv2 into raspberry pi?
I've got an err msg below which expresses an exec format error.
[my env]
(uname on my Raspberry Pi3)
Linux raspberrypi 4.19.97-v7+ #12...
Diatomic asked 30/3, 2020 at 10:17
10
Solved
Trying to run a Nodejs app to test Raspberry 3 B + Gpio Onoff Module but when i am trying to run the app getting this Error
fs.js:114
throw err;
Error: EBUSY: resource busy or locked, write
at Ob...
Sunburst asked 9/3, 2019 at 19:43
3
Solved
OBJECTIVE:
I'm building a FPV robot, I want to control it with a with a webbrowser over a local wi-fi connection.
I'm using a raspberry pi 3B+ with Raspbian Stretch. I built my own motor control ...
Couplet asked 8/6, 2019 at 7:23
4
Solved
I am building a QT app using QTwidgets to run in a RaspberyPi3 with an image inside the SDcard built with buildroot.
I suppose that charts are supported since they are based in QtWidgets and widget...
Raynard asked 9/2, 2018 at 17:14
5
I am using raspberry which is running raspbian jessie OS.
I tried to install/upgrade the aws-cli using steps provided at https://aws.amazon.com/cli/
Even after upgrade was successful, I get below ...
Subeditor asked 27/7, 2017 at 19:4
6
I am trying to install a Python module on a raspberry pi that is running linux.
I am using Python 2.7.11 and have tried the following commands:
python -m pip install schedule
python -m easy_ins...
Preciado asked 9/6, 2017 at 17:44
2
Solved
I'm trying to get the following code working after battling with an smbus2 error i now find i have the following error and can't find how to fix it.
I know the sensor is working because if I run b...
Beestings asked 8/12, 2018 at 20:20
6
I face a problem that I can ping to correct IP address, it have no loss. And also I use nmap ping the pi address, and I get it correctly. Then I using VNC viewer to try access to pi, but it always ...
Aimo asked 2/3, 2017 at 7:33
7
Solved
I'm new at nginx and Raspberry.
I installed nginx using
sudo apt-get install
And everything was fine at that point. The problem came when I tried to restart nginx, It threw this error
Job...
Doak asked 10/5, 2016 at 2:20
4
I used the QEMU(qemu-system-aarch64 -M raspi3) for emulating the Raspberry pi3 with the kernel from the working image. Everything was working but there was no networking.
qemu-system-aarch64...
Guthrey asked 2/5, 2020 at 15:40
3
Solved
Hi everybody I have been setting up remote access to node-red for my raspberry Pi. I have amended the settings.js and installed node-red-admin but when I go to start node-red I get the following er...
Roeser asked 7/10, 2019 at 3:17
2
Testing on RaspberryPi3 B+ model and have just 2 lines of py code.
Python version 3.5.3
from playsound import playsound
playsound("alarm.wav")
I get error below, even after installing...
Jurisprudent asked 16/6, 2019 at 16:46
3
How can I remove Homebridge from a Raspberry Pi 3. I have attempted the following without any luck.
pi@Development:~ $ sudo npm uninstall homebridge
npm WARN enoent ENOENT: no such file or directo...
Slaughterhouse asked 27/12, 2016 at 15:35
2
Solved
I have recently installed PyCharm on my Raspberry Pi 3 b+ (Running version 9 [Stretch]) and I am having some trouble installing the googleapiclient package on PyCharm and the system.
When I perform...
Fincher asked 28/6, 2019 at 9:10
2
I am trying to run the following example code using my NetBeans IDE:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dbus/dbus.h>
int main() {
DBusCo...
Hawserlaid asked 29/8, 2017 at 15:54
5
I have a Raspberry Pi3 and my goal is to run several python3 scripts there as a dedicated server.
So far, I have installed with pip3 the following packages
-numpy
-pandas
-scipy
-python-Levenshte...
Lempira asked 20/3, 2019 at 1:24
7
How do I configure my Raspberry Pi 3 (running Raspbian) to connect to a hidden network? I know it involves editing the /etc/network/interfaces file and the wpa_supplicant.conf file. I've followed a...
Muriel asked 19/5, 2016 at 1:26
2
I have multiple (> 100) videos with various constant frame rates (e.g. 7 FPS, 8 FPS, 16 FPS, 25 FPS) but same codecs and resolutions.
I want to concatenate (using ffmpeg concat) them into one video...
Discoid asked 22/4, 2019 at 12:13
2
I am following this guide to build Pytorch from scratch on a Raspberry Pi3B. For some reason, there is an error:
Building wheel torch-1.2.0a0+f13fadd
-- Building version 1.2.0a0+f13fadd
cmake --bu...
Powers asked 28/6, 2019 at 7:47
5
Solved
I run a bash script with which start a python script to run in background
#!/bin/bash
python test.py &
So how i can i kill the script with bash script also?
I used the following command to...
Dna asked 17/11, 2016 at 10:45
4
I'm trying to use the microphone of my webcam logitech to listen
with sr.Microphone(sample_rate=32000) as source:
...
This error occurs :
File "/home/pi/project2/interface.py", line 226, in ...
Mezzo asked 8/5, 2017 at 6:42
2
Solved
I am building a program that use ffmpeg to stream webcam content over internet. I would like to know if it is possible to use the GPU for the streaming part on the raspberry pi model 3. If yes, how...
Strick asked 21/10, 2016 at 11:33
1 Next >
© 2022 - 2025 — McMap. All rights reserved.