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

Getting an OverflowError (w/ python3) #10

Closed
pft opened this issue Oct 18, 2023 · 2 comments
Closed

Getting an OverflowError (w/ python3) #10

pft opened this issue Oct 18, 2023 · 2 comments

Comments

@pft
Copy link

pft commented Oct 18, 2023

Traceback (most recent call last):
File "/home/me/Sources/Nano-Basket/./nano_basket_backend.py", line 501, in
Midi_Comm = NanoKontrolAlsaMidiComm()
File "/home/me/Sources/Nano-Basket/./nano_basket_backend.py", line 269, in init
self.event = alsaseq.SeqEvent(alsaseq.SEQ_EVENT_SYSEX)
OverflowError: Python int too large to convert to C long

@pft
Copy link
Author

pft commented Oct 18, 2023

Looks like a python-pyalsa bug:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979559

@pft
Copy link
Author

pft commented Oct 18, 2023

OK, solved it by installed pyalsa-1.2.7 from https://www.alsa-project.org/wiki/Main_Page, not via the Ubuntu sources (which are at 1.1.6).

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

No branches or pull requests

1 participant