You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"mbed OS and tools in this program have unmet dependencies with your Python environment, which might prevent you from compiling or exporting.\n"
873
+
"Detected unmet Python environment dependencies for mbed OS and tools in this program.\n"
874
+
"This might prevent you from compiling your code or exporting to IDEs and other toolchains.\n"
874
875
"The missing Python modules are: %s\n"
875
-
"You can install all missing dependecies by opening a command prompt in \"%s\" and running \"pip install %s\""% (', '.join(missing), mbed_os_path, fname))
876
+
"You can install all missing dependencies by opening a command prompt in \"%s\" and running \"pip install %s\""% (', '.join(missing), mbed_os_path, fname))
dict(name='--depth', nargs='?', help='Number of revisions to fetch from the remote repository. Default: all revisions.'),
1039
1047
dict(name='--protocol', nargs='?', help='Transport protocol for the source control management. Supported: https, http, ssh, git. Default: inferred from URL.'),
1040
1048
help="Import missing dependencies in the current program or library.")
0 commit comments