-
Notifications
You must be signed in to change notification settings - Fork 162
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
Python 3.11 pip install ggwave fails. #89
Comments
this is also failing for me on manjaro linux python 3.11, works with python 3.9
|
working wheels here for now (only tested x86) https://whl.smartgic.io/ggwave-0.4.2-cp311-cp311-linux_x86_64.whl https://whl.smartgic.io/ggwave-0.4.2-cp311-cp311-linux_aarch64.whl (untested) |
You can fix this by adding the following line at the beginning of the file ggwave.bycython.cpp from the latest pip release. The error comes from a change in Python 3.11, as _frame struct was moved to an internal header, however the public API is primarily read-only. |
don't install ggwave for now, due to ggerganov/ggwave#89 this is failing to build vula_libnss now.
Read here for a possible solution: Issue 109 |
For Windows, follow instruction of @matteotenca but use
instead of |
Hello. I am trying to run my gui ggwaver in a new python, but pip install ggwave throws me an error. I tried to pip install it from setup.py, but no success.
The text was updated successfully, but these errors were encountered: