-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error when compiling Cython: Cannot convert 'unsigned int *' to Python object #9
Comments
Thank you @twaslowski for creating this issue :) It seems like the source distribution is broken because some files are not included in the source archive:
At least the following files are missing:
I'll try to make a new release with those files incuded. Still I'm a bit surprised that
Any idea of what went wrong? |
Version 0.12.7 is out 🎉 |
Wow, that was really fast. Thank you very much!
Yeah, me being dumb. I messed up the Python version with
|
I found a separate issue running games though, which occurs on either Python version (3.9 and 3.12):
Do you happen to know anything about this? I assume it's a downstream issue with either |
Yey 🎉
I know I had to pin samplerate to version 0.1.0 due to tuxu/python-samplerate#19. Maybe try to force version 0.2.1 and see how it goes? You should also be able to skip to import of |
Hey! First off, I think this is a super cool project. Thanks a lot for all of your work!
Unfortunately, the installation is broken for me.
When running
pip3 install gambaterm
, I get an error when building thegambaterm
wheel. The full compiler stacktrace:My versions:
Python 3.9.6
cmake 3.29.6
macOS 14.5
The text was updated successfully, but these errors were encountered: