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
Currently here in Serbia because our gov has some bad certificates. So installation is doomed to fail on machines with governments certificates installed. I had problems installing Fusion360 before, it also uses py installer. openssl/openssl#16701 openssl/openssl#25023
During install from vscode, in "C:\Users\user\.platformio\.cache\tmp\get-platformio-1.2.2.py" i kept getting error thrown from _load_windows_store_certs method.
Fix was to edit "C:\Users\user\.platformio\python3\Lib\ssl.py" as per instructions in Sygil-Dev/sygil-webui#1325
The text was updated successfully, but these errors were encountered:
This is ongoing issue with openssl.
Currently here in Serbia because our gov has some bad certificates. So installation is doomed to fail on machines with governments certificates installed. I had problems installing Fusion360 before, it also uses py installer.
openssl/openssl#16701
openssl/openssl#25023
During install from vscode, in
"C:\Users\user\.platformio\.cache\tmp\get-platformio-1.2.2.py"
i kept getting error thrown from _load_windows_store_certs method.Fix was to edit
"C:\Users\user\.platformio\python3\Lib\ssl.py"
as per instructions in Sygil-Dev/sygil-webui#1325The text was updated successfully, but these errors were encountered: