Import "machine" could not be resolved Pylance #445
Closed
eismeraldo
started this conversation in
General
Replies: 2 comments
-
Did you solve the problem? I have the same problem : ( but with the last version available for all of them. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@eismeraldo Apologies, I must have missed this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
micropy, version 4.1.0
Python: version 3.9.7
VSCode version 1.77.2
Plug-ins: Since today new Python Extension Pack
I created a project with
micropy init <PROJECT NAME>
with the following templates:*
VSCode Settings for Autocompletion/Intellisense
*
Pylint MicroPython Settings
*
Git Ignore Template
*
main.py & boot.py files
and let the stubs for esp32-micropython-1.15.0 be created.
Unfortunately I get the above error message
Does anyone have any idea what I should do to make Pylance happy
Beta Was this translation helpful? Give feedback.
All reactions