We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like State object is missing from micropython version?
upip.install('upysm') Installing to: /lib/ Installing upysm 0.3.9 from https://files.pythonhosted.org/packages/4e/6d/c50d0ca1c6cf627830aaf1df619c18aa82519b0bceafa1f7b48a07c3032a/upysm-0.3.9.tar.gz Installing micropython-collections.deque 0.1.3 from https://micropython.org/pi/collections.deque/collections.deque-0.1.3.tar.gz Installing micropython-collections.defaultdict 0.3 from https://micropython.org/pi/collections.defaultdict/collections.defaultdict-0.3.tar.gz Installing micropython-logging 0.3 from https://micropython.org/pi/logging/logging-0.3.tar.gz from pysm import State Traceback (most recent call last): File "", line 1, in ImportError: no module named 'pysm.State'
The text was updated successfully, but these errors were encountered:
Hi just popping in to mention that I also get this error
Sorry, something went wrong.
No branches or pull requests
Looks like State object is missing from micropython version?
The text was updated successfully, but these errors were encountered: