← index #17507Issue #6798
Related · high · value 3.311
QUERY · ISSUE

ussl (TLS/SSL) is not implemented yet on Pico 2 W

openby AYUSHMITopened 2025-06-16updated 2025-07-07
enhancementneeds-info

Description

Unfortunately:

ussl is missing from the MicroPython build for RP2350/Pico 2 W

So when I try:

import ussl
I get:

ImportError: no module named 'ussl'

Code Size

No response

Implementation

I hope the MicroPython maintainers or community will implement this feature

Code of Conduct

Yes, I agree

CANDIDATE · ISSUE

windows port: no module named ussl

closedby bammiopened 2021-01-26updated 2021-01-27

I built windows port from source using visual studio 2019, full success during the build, can execute micropython, interact with REPL passes tests all per README.s here. 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 <module>
ImportError: no module named 'ussl'

I cant see anthing resembling ussl in the library either.
Does ussl not exist in the windows port.

thanks
bammi

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied