Python • Python issues related to the installation of the PandaS and Anydesk...
Good morning. Yesterday it took me all day trying to install panda on my pi 4. I tried with the 64-bit system and the legacy 32-bit system and an old one that I saved on my pc. I also noticed that...
View ArticlePython • Pi5 picamera2 error
I connected 1 IMX219 v2 to Pi5. bathroomThe python modules were imported into the virtual environment, but theaccessing and using picamera2 fails. Please help me because I have been struggling for a...
View ArticlePython • Re: Python issues related to the installation of the PandaS and...
Good morning. Yesterday it took me all day trying to install panda on my pi 4. I tried with the 64-bit system and the legacy 32-bit system and an old one that I saved on my pc. I also noticed that...
View ArticlePython • Re: Pi5 picamera2 error
Did you create the venv with system site packages or not? Code: python -m venv --system-site-packages envStatistics: Posted by neilgl — Tue Apr 23, 2024 6:12 pm
View ArticlePython • Re: Re Bookworm on Pi 5, no vcgencmd import for python
After browsing all discussion foruns and finding this one the closest to a short answer I will summarize a step-by-step on how I got it running on my Rapi5from my home directory run the following...
View ArticlePython • Re: Python3 + Gphoto latency issue
Just a question does a picamera also have latencywhen taking a picture?Statistics: Posted by Faxity — Wed Apr 24, 2024 8:48 pm
View ArticlePython • Re: Can't install tensorflow pi 4
The venv thing didn't work. By the way, how do you contact the people who run the python/Debian/tensorflow?Statistics: Posted by PYTHON IS FUN — Wed Apr 24, 2024 8:58 pm
View ArticlePython • Retrieve SMS message in Python
I have a Raspberry Pi 4B, a SIM7600G-H 4G HAT, and an AT&T SIM card. There are 4 messages in the SIM card, which can be displayed in minicom through AT+GMGL="ALL" I am using the following code to...
View ArticlePython • Re: Retrieve SMS message in Python
If you search the forums there are lots of people having issues with these cell modules from waveshare (and other hardware made by them too).Their varies from "it sucks" and "non existent".I recommend...
View ArticlePython • Re: Issue with 2 python scripts running simultaneously
I have no clue why this happens, maybe the pCloud library, or another library used by it, is somehow accessing GPIO which causes an event. It may also be something electrical, a minor voltage drop in...
View ArticlePython • script won't execute but permissions look OK
I have a Bookworm 64 bit lite PiI have a python3 script at /opt/wibble/foobar that works, and runs fine if I do 'cd /opt/wibble' and then 'python3 ./foobar' or './foobar'. Note that the script is...
View ArticlePython • Re: script won't execute but permissions look OK
Ha! Talking to myself.It seems that python3 takes exception to the directory name 'FilamentLoadCell' and won't execute files within or below it. If I rename that directory to something else, it works....
View ArticlePython • Re: Can't install tensorflow pi 4
Hello, my name is Sofia and I come from STS Software GmbH. It seems like you're encountering an issue with installing TensorFlow on your Raspberry Pi 4 running the Bookworm version of Debian. The...
View ArticlePython • lgpio.error: 'GPIO busy'
I am using rpi5 with bookwarm os.I have run below code. It run code 1st time properly, If I run 2nd time, it gives error "lgpio.error: 'GPIO busy'"Below is codeCode: from gpiozero import LEDfrom time...
View ArticlePython • python3-gpiod installation error
I am using raspberry pi5 with bookmark os. I am trying to install package using "python3 -m pip install -U --user pip gpiod"it gives below error. Q.1: should I install in virtual environment or how...
View ArticlePython • Re: python3-gpiod installation error
Towards the end of the text you quoted the OS goes on to say -theFor more information visit http://rptl.io/venvFollowing that shortened, but obscure, link will bring you to extensive official...
View ArticlePython • Re: lgpio.error: 'GPIO busy'
Probably because the code has a while loop that runs forever, so it does not "release" the GPIO for use by another script?Statistics: Posted by neilgl — Fri Apr 26, 2024 1:53 pm
View ArticlePython • Re: python
this is the command:(env) raspberry@raspberrypi:~/my_project1 $ find / -name haarcascade_frontalface_default.xml...
View ArticlePython • Gpiod 'get_line' Error
Hello, I have a Raspberry Pi 5 with the 64 Bit OS installed and im trying to run my GUI program that was built for the Pi 4, however im aware that RPi.GPio does not work on the Pi 5 anymore. So im...
View ArticlePython • Re: PyQt6 in venv with pip
Will using apt work in the venv?Thanks!Statistics: Posted by LukeSky — Sat Apr 27, 2024 3:17 pm
View Article