Hi
Since ARMmbed/mbed-os#8542,
python modules version check is more strict.
But I think this doesn't really work ?
- missing module check
In my environment, urllib3 is installed.
But if I print pkg here:
=> I always got urllib3[secure]
- module version check
"pip install -r requirements.txt" command is executed only if "missing" is not empty:
|
if missing and install_requirements: |
=> this means that if each package is present, module version is not checked
and ARMmbed/mbed-os#8542 is not useful?
Hi
Since ARMmbed/mbed-os#8542,
python modules version check is more strict.
But I think this doesn't really work ?
In my environment, urllib3 is installed.
But if I print pkg here:
mbed-cli/mbed/mbed.py
Line 1626 in e993263
=> I always got urllib3[secure]
"pip install -r requirements.txt" command is executed only if "missing" is not empty:
mbed-cli/mbed/mbed.py
Line 1628 in e993263
=> this means that if each package is present, module version is not checked
and ARMmbed/mbed-os#8542 is not useful?