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
"Feature \"ssl\" is now enabled by either \"ssl-rustls\" or \"ssl-openssl\" to be enabled. Do not manually pass \"ssl\" feature. To enable ssl-openssl, use --no-default-features to disable ssl-rustls"
68
+
);
69
+
62
70
/// The main cli of the `rustpython` interpreter. This function will return `std::process::ExitCode`
63
71
/// based on the return code of the python code ran through the cli.
"Feature \"ssl\" is now enabled by either \"ssl-rustls\" or \"ssl-openssl\" to be enabled. Do not manually pass \"ssl\" feature. To enable ssl-openssl, use --no-default-features to disable ssl-rustls"
148
-
);
149
-
}else{
152
+
if !cfg!(feature = "ssl"){
150
153
returnErr(vm.new_exception_msg(
151
154
vm.ctx.exceptions.system_error.to_owned(),
152
155
"install-pip requires rustpython be build with '--features=ssl'".to_owned(),
0 commit comments