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

QuantumENDEC running on Python 3.13 is using deprecated modules #11

Open
ApatheticDELL opened this issue Nov 18, 2024 · 1 comment
Open
Assignees
Labels
external issue Something is broken outside of QuantumENDEC, usually a user computer/installation issue problem Something is broken

Comments

@ApatheticDELL
Copy link
Owner

ApatheticDELL commented Nov 18, 2024

There is an issue where apparently QuantumENDEC is using a deprecated module.

So far, the affected modules are pyaudio and basemap.

  • Fix for pyaudio (for now): Install "audioop-lts" module. pip install audioop-lts
  • Basemap issue has been fixed, replaced with Cartopy

Simple fix, keep Python on 3.12.5 when running QuantumENDEC

@ApatheticDELL ApatheticDELL added audio processing Regarding audio processing problem Something is broken external issue Something is broken outside of QuantumENDEC, usually a user computer/installation issue and removed audio processing Regarding audio processing labels Nov 18, 2024
@ApatheticDELL
Copy link
Owner Author

ApatheticDELL commented Nov 18, 2024

I could make a fix where if you disable map generation, QE won't import the modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external issue Something is broken outside of QuantumENDEC, usually a user computer/installation issue problem Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants