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
this.$logger.error("Python 'six' package not found. Please install it by running 'pip install six' from the terminal.");
226
+
this.$logger.warn("The Python 'six' package not found.");
227
+
this.$logger.out("This package is required by the Debugger library (LLDB) for iOS. You can install it by running 'pip install six' from the terminal.");
227
228
}
228
229
}catch(error){
229
-
this.$logger.error("Cannot retrieve python installed packages. Please, make sure you have both 'python' and 'pip' installed.");
0 commit comments