-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
NameError: name '_cast_uint32_native' is not defined #129
Comments
We don’t have python 3.11 support yet, but your post implies you have the issue on other versions as well. Can you post the trace from 3.10/3.9/3.8? |
Using standard Bleak example code:
|
Are you using the wheels from PyPI or building for source? Is the cython extension being compiled or are you running pure python only? |
Pushed 1.59.2 Please let me know if that resolves it for you |
It will take 10-15 minutes before wheels are uploaded |
Thanks, the issue is resolved. And thanks again, it was really [dbus-]fast! |
1.61.0 has python 3.11 support |
Using Bleak to fetch Bluetooth Low Energy (BLE) devices.
Versions of dbus-fast <=1.50.0 are working fine.
Versions of dbus-fast >=1.51.0 give:
File "/home/d/.local/lib/python3.11/site-packages/dbus_fast/_private/unmarshaller.py", line 434, in _read_header self._body_len = _cast_uint32_native(self._buf, 4) # pragma: no cover ^^^^^^^^^^^^^^^^^^^ NameError: name '_cast_uint32_native' is not defined
Ubuntu 20.04.5 (amd64 and aarch64), Python 3.8-3.11
The text was updated successfully, but these errors were encountered: