Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
how to rectify attribute error?
-
It shows attribute error although we installed all the packages,how to rectify this error?
-
@lakshana This error arises due to pyreadline incompatibility with Python 3.9+.
There is a temporary fix by replacing
collections.Callable
withcollections.abc.Callable
inxmodem.py
file in line 532, 537 and 551.This fix is mentioned in pyreadline GitHub issues.
I have opened a PR in edgeimpulse firmware repo here for future fixes.
-
@anshumanfauzdar Thank you for your reply!! we resolved the error.
-
@lakshana Great!