Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error #2379

Open
lorenzoCuevas opened this issue Mar 22, 2024 · 0 comments
Open

Import error #2379

lorenzoCuevas opened this issue Mar 22, 2024 · 0 comments
Labels

Comments

@lorenzoCuevas
Copy link

lorenzoCuevas commented Mar 22, 2024

Describe the bug

Hi,
I'm trying to run atvremote wizard to pair with my Apple TV but it keeps receiving this error:

Error log

atvremote scan
Traceback (most recent call last):
File "/home/pi/.local/bin/atvremote", line 5, in
from pyatv.scripts.atvremote import main
File "/home/pi/.local/lib/python3.9/site-packages/pyatv/init.py", line 18, in
from pyatv.core.scan import (
File "/home/pi/.local/lib/python3.9/site-packages/pyatv/core/scan.py", line 39, in
from pyatv.helpers import get_unique_id
File "/home/pi/.local/lib/python3.9/site-packages/pyatv/helpers.py", line 6, in
import miniaudio
File "/home/pi/.local/lib/python3.9/site-packages/miniaudio.py", line 22, in
from _miniaudio import ffi, lib
ImportError: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by /home/pi/.local/lib/python3.9/site-packages/_miniaudio.abi3.so)

How to reproduce the bug?

atvremote scan

What is expected behavior?

atvremote wizard
Looking for devices...
Found the following devices:
Name Model Address


1 Receiver+ airupnp 10.0.10.200
2 Receiver RX-V773 10.0.10.82
3 Pierre's AirPort Express AirPort Express (gen 2) 10.0.10.168
4 FakeATV Unknown 10.0.10.254
5 Vardagsrum Apple TV 4K 10.0.10.81
6 Apple TV Apple TV 3 10.0.10.83
Enter index of device to set up (q to quit): 4
Starting to set up FakeATV
Starting to pair Protocol.MRP
Enter PIN on screen: 1111
Successfully paired Protocol.MRP, moving on...
Pairing finished, trying to connect and get some metadata...
Currently playing:
Media type: Music
Device state: Playing
Title: Never Gonna Give You Up
Artist: Rick Astley
Position: 1/213s (0.0%)
Repeat: Off
Shuffle: Off
Device is now set up!

Operating System

Raspbian

Python

Other

pyatv

0.14.5

Device

Apple TV HD

Additional context

is there any way to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant