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)
5858 elseif (NOT ("${Python3_EXECUTABLE} " MATCHES "${MBED_VENV_LOCATION} " ))
5959 # Alternately if we think we have the venv but FindPython didn't use it, that likely means it's
6060 # missing or corrupted and we need to recreate it
61+ message (STATUS "Python venv deleted or unusable. Recreating using system Python..." )
6162 set (NEED_TO_CREATE_VENV TRUE )
6263 set (NEED_TO_INSTALL_PACKAGES TRUE )
6364 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 = [
2929 " appdirs" ,
3030 " pyjson5>=1.6" ,
3131 " humanize>=4.9.0" ,
32- " setuptools" ,
32+ " setuptools>=64.0 " ,
3333
3434 # Needed for downloading CMSIS MCU descriptions
3535 " cmsis-pack-manager>=0.5.0" ,
You can’t perform that action at this time.
0 commit comments