micropython-stubber
micropython-stubber copied to clipboard
Install procedure guide
Hi,
I'm sorry open as an issue, i don't find the "Discussion" option.
Trying to follow the guide to install. i'm stuck, so i'm not sure if i'm in the correct direction on my Win11
For install i did not see any error or issues using Python 3.9.5:
D:\ESP>python -m pip install micropython-stubber
But following the guide i'm stuck:
D:\ESP>mkdir all-stubs
D:\ESP>stubber clone
repo\micropython-lib None
repo\micropython-lib None
D:\ESP>stubber switch --version v1.18
Usage: stubber switch [OPTIONS]
Try 'stubber switch --help' for help.
Error: Invalid value for '-t' / '--tag' / '--version': 'v1.18' is not one of 'v1.9.3', 'v1.9.4', 'latest'.
D:\ESP>stubber switch --version latest
ERROR:stubber.stubber:micropython repo not found
I don't know what i missing just for this, thanks!