Questions tagged [raspbian-stretch]

21 questions
8
votes
1 answer

ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found

I am using this tutorial from google https://codelabs.developers.google.com/codelabs/cloud-iot-core-overview/index.html?index=..%2F..index#2 I was able to perform correctly until I encountered this "python cloudiot_pubsub_example_server.py" step.…
5
votes
1 answer

Can't install R 3.6 in Raspberry pi 3 B in raspbian stretch

The problem Hello everyone, I need to install R software (at least 3.5 but hopefully 3.6) in my raspberry pi 3 B I started by doing the usual: sudo apt-get update sudo apt install r-base r-base-dev Which works, but I get R 3.3 So then I tried what…
Derek Corcoran
  • 3,930
  • 2
  • 25
  • 54
4
votes
2 answers

Wifi direct connection disconnects automatically after a few seconds in Raspberry Pi

I am using this configuration for wifi direct connection in Raspberry PI 2 B+…
Sony
  • 7,136
  • 5
  • 45
  • 68
3
votes
1 answer

change the docker runtime version

tl;dr Using dockerd, how do I select the v2 runtime? docker run warning suggests v2 runtime docker fails to run docker run hello-world. The only warning is consider using runtime v2 found in file /var/log/deamon.log containerd[367]: level=warning…
JamesThomasMoon
  • 6,169
  • 7
  • 37
  • 63
2
votes
0 answers

Corrupt JPEG data: 1 extraneous bytes before marker 0xd3

I am getting Corrupt JPEG data: 1 extraneous bytes before marker 0xd3 error while using functions of opencv as mentioned in the code section. I am running this code using python3 in Raspberry Pi 3. I found that manually updating the kernel resolve…
Bilal
  • 29
  • 1
  • 6
2
votes
1 answer

Failed to create virtual interface using iw

When I tried to create a virtual interface using sudo iw phy `ls /sys/class/ieee80211/` interface add p2p0 type managed it is showing command failed: Device or resource busy (-16). And I tried this too sudo iw phy phy0 interface add p2p0 type…
Sony
  • 7,136
  • 5
  • 45
  • 68
1
vote
1 answer

How to remove default Python, install latest version on Raspbian

I just got my first Raspberry Pi, and I wanted to use the latest version of Python, but I don't know how to set it up so that when I run python in the command line, it will run Python 3.8.2, rather than 3.7.3. I downloaded the latest release of…
OakenDuck
  • 485
  • 1
  • 6
  • 15
1
vote
1 answer

Python program crashes when running in tmux session from boot

I have a python3 program that I run without any problems on a headless raspberry pi configuration where I connect using ssh. I logon to my pi, start a tmux session, and run the program. It will run indefinitely. During development when an exception…
1
vote
1 answer

Application using MQTT protocol from azure sdk, doesn´t work behind a corporative proxy

I´m newbie in this matter, and I don´t know why my application just work and runs in a open network, when is behind a proxy I have a return error. I´m using a raspberry zero, with raspbian Stretch, using azure-iot-sdk-python and proxy squid I…
1
vote
0 answers

Something broken in raspbian python3.5-minimal associated scripts?

I'm having a problem trying to resolve an issue on an older Raspberry pi 2 a+. When I went to do my latest apt upgrade, I had a power issue that shut it down mid-swing. When I powered back up putting extra power on external hardware, I started…
Scott
  • 7,983
  • 2
  • 26
  • 41
0
votes
0 answers

Raspbian/Stretch docker GPIO RuntimeError: (This module can only be run on a Raspberry Pi!)

Hello Stack overflow community, I am working on running a docker image with GPIO and run into a GPIO runtime error: This module can only be run on a Raspberry Pi! When I was running the code, this is what I got: Traceback (most recent call last): …
Roland Ding
  • 121
  • 1
  • 6
0
votes
1 answer

Eclipse installation error : an error has occurred. See the log file

I installed Eclipse IDE on my raspberry pi 3 with the command apt-get install eclipse. But when I run the program, a window spawns and said that an error has occured : The error An error has occurred. See the log…
Zhuo
  • 11
  • 3
0
votes
1 answer

Python: OverflowError long int too large to convert to int

After many years finding answers here, it's finally my time to ask my first question ever. Running a RPI3B+ like a mini-server at home, I want to ba able to send large files to friends and family over internet, via CLI. To do this, I am using this…
0
votes
1 answer

Writing a file with Raspian Buster

I want to write a file in Raspian Buster. With Raspian Stretch (which relies on Debian 9) it works withount any problems. The same code does not work on Raspian Buster (Debian 10). File myFile = new File("/media/usb/test.properties"); boolean…
0
votes
1 answer

Tensorflow Update Forcing Python3.5 when 3.7 installed

I currently have Tensorflow 1.14.0 installed. I upgraded Python to 3.7 in order to get at least Tensorflow 1.15 if not 2.0. My python updates were successful: pi@HCoreDEV:~ $ python --version Python 3.7.0 pi@HCoreDEV:~ $ python3 --version Python…
David Xanatos
  • 75
  • 1
  • 9
1
2