-
Notifications
You must be signed in to change notification settings - Fork 93
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.9 SyntaxError #204
Comments
This is due to new parser which was closed as not fixed in https://bugs.python.org/issue41848 . lambda is always evaluated as true so this is a bug that needs to be fixed in the code. |
#204 Signed-off-by: Tatiana Leon <Tatiana.Leon@digi.com>
Hi @souellet-ms, Thanks for reporting this issue. We have just fixed it in In the meantime, you can download the source code from the master branch and install the library from there (see instructions at https://github.com/digidotcom/python-xbee/blob/master/README.rst#install-from-source). Sorry for the inconvenience. Best regards. |
When is the next release? Waiting on this fix. |
Using digi-xbee with Python 3.9 (release October 5th, 2020) gives the following error. digi-xbee works fine with Python 3.8
The text was updated successfully, but these errors were encountered: