File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ if(MBED_CREATE_PYTHON_VENV)
58
58
elseif (NOT ("${Python3_EXECUTABLE} " MATCHES "${MBED_VENV_LOCATION} " ))
59
59
# Alternately if we think we have the venv but FindPython didn't use it, that likely means it's
60
60
# missing or corrupted and we need to recreate it
61
+ message (STATUS "Python venv deleted or unusable. Recreating using system Python..." )
61
62
set (NEED_TO_CREATE_VENV TRUE )
62
63
set (NEED_TO_INSTALL_PACKAGES TRUE )
63
64
elseif ("${MBED_PYPROJECT_TOML_LOCATION} " IS_NEWER_THAN "${VENV_STAMP_FILE} " )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies = [
29
29
" appdirs" ,
30
30
" pyjson5>=1.6" ,
31
31
" humanize>=4.9.0" ,
32
- " setuptools" ,
32
+ " setuptools>=64.0 " ,
33
33
34
34
# Needed for downloading CMSIS MCU descriptions
35
35
" cmsis-pack-manager>=0.5.0" ,
You can’t perform that action at this time.
0 commit comments