forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
I want to implement FTP on IOTS2 module through circulePython.
Because OTA updates the underlying firmware, I can't update the main code of code.py, which bothers me a lot.
Referring to some of the routines in mircuitPython, one of them didn't work on my board.
from setuptools import setup
Post-run prompt "No module name 'setuptools'"
What do I need to solve?