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

[BUG] Visualization won't show for PulseAudio, due to Python 3.13 #17

Open
crazyraven opened this issue Dec 27, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@crazyraven
Copy link

crazyraven commented Dec 27, 2024

System information:

  • Arch Linux
  • Version of Plasma Framework (available in the Info Center)
    6.9.0

Describe the bug
When you update python to 3.13, your panon has visualization no more.

Workaround

This is because python-soundcard package doesn't support python 3.13 yet.
The visualization will work again after copy "/usr/lib/python3.12/site-packages/soundcard/" to "/usr/lib/python3.13/site-packages/soundcard" or wait python-soundcard support python 3.13

Hope this helps.

Best regards,

@crazyraven crazyraven added the bug Something isn't working label Dec 27, 2024
@deutandev
Copy link

Thanks for the workaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants