Closed souellet-ms closed 4 years ago
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.
Hi @souellet-ms,
Thanks for reporting this issue. We have just fixed it in master
(see commit https://github.com/digidotcom/xbee-python/commit/ddbff360c0553b30fac1e7d97c1dfbd1b99db09b) and will be included in the next release.
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