diff options
Diffstat (limited to 'python/thonny/README')
-rw-r--r-- | python/thonny/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/thonny/README b/python/thonny/README index 80d5095755..85e2afa304 100644 --- a/python/thonny/README +++ b/python/thonny/README @@ -6,3 +6,7 @@ to satisfy the dependencies, that should not be a problem. pygame created with python3 support is an optional dependancy. esptool is another optional dependancy for communicating with ROM bootloaders of Espressif ESP8266 and ESP32 chips. + +note: python3-platformdirs deps have changed, and so that +package needs to be rebuilt with the new deps, specifically +python3-setuptool-scm-opt, to avoid importerrors in thonny. |