-
Notifications
You must be signed in to change notification settings - Fork 694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python certificates on OSX #1207
Comments
Regarding the certificate issue, does running Regarding node, emsdk internally uses its own pinned version of node to avoid compatibility issues. Same for python. However we don't have our internal versions of python or node to your PATH so it should not effect you. At last not since #1189. |
after research (stackoverflow, google search, apple support) seems to be the proper solution to fix this certificate issue with python on any version on macOS. As users can have multiple python versions installed in parallel, users usually figure out with macOS users have for sure also manually installed A different approach would be to allow manually dropping the Sidenote: the the proposal by calling |
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
addressing the install issue on macOS
emsdk/emsdk
Line 46 in a2ccccb
prior this line there should at least be feedback which system is used after all to address any issue.
in example something like
would have saved a lot of time addressing the fail of python certificates when downloading starts, apart from the fact that on my machine node is already installed in version v18.14.2 while the script forces to use node v14.18.2 - not sure if that is a typo in some script - could be coincidence.
The text was updated successfully, but these errors were encountered: