Windows port build failure: "Package 'ssl' not found in any known library." #16768
-
I'm certain followed the
I looked and saw the ports/windows/manifest.py file contains just one line: Is there an SSL prerequisite not mentioned in the README? (I can |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The ssl module is a frozen module that originates from Did you run |
Beta Was this translation helpful? Give feedback.
Yeah this is still missing, support for it is burried in a PR somewhere. See 1580f44
So: you need to run
git submodule update --init lib/micropython-lib
in your C:\Users\user\source\repos\upy\micropython directory.Just a note that this isn't strictly needed, it can be ran from anywhere