no USSL module in windows port
Posted: Wed Jan 27, 2021 12:47 am
I built windows port from the github repo using visual studio 2019, full success during the build, can execute micropython, interact with REPL passes tests all per READMEs there. Went through and tools/bootstrap_upip.sh successfully using cygwin on windows. If i try to run upip now, i always get
/cygdrive/D/bammi/src/micropython/ports/windows/micropython.exe -m upip.py -help
Traceback (most recent call last):
File "upip.py", line 109, in
ImportError: no module named 'ussl'
I cant see anything resembling ussl in the library either. Without ussl afraid it renders it it pretty useless because upip is not available to install any packages.
Will go try my luck on a linux in a VM next.
cheers,
bammi
/cygdrive/D/bammi/src/micropython/ports/windows/micropython.exe -m upip.py -help
Traceback (most recent call last):
File "upip.py", line 109, in
ImportError: no module named 'ussl'
I cant see anything resembling ussl in the library either. Without ussl afraid it renders it it pretty useless because upip is not available to install any packages.
Will go try my luck on a linux in a VM next.
cheers,
bammi