platformio / platformio-core-installer

PlatformIO Core Installer
https://docs.platformio.org/en/latest/core/installation/index.html
Apache License 2.0
82 stars 50 forks source link

Installing platformio/contrib-piohome @ ~3.4.2 fails with HTTPClientError: #3169

Closed Cormak85245 closed 3 months ago

Cormak85245 commented 3 months ago

Hello!

I have a problem with my Platformio installation. “pio home” fails without a proper errormessage:

PS C:\Users\Max> pio home

I /-–\ PlatformIO Home / _- |[]| [] | http://127.0.0.1:8008/ |||___

Open PlatformIO Home in your browser by this URL => http://127.0.0.1:8008/ Tool Manager: Installing platformio/contrib-piohome @ ~3.4.2 HTTPClientError: PS C:\Users\Max>

I tried installing and uninstalling of platformio, python. Tried setting trustedhosts in pip but i dont really understand what the problem is. Please help me pin the problem down. Im currently on PS C:\Users\Max> python --version Python 3.11.7 PS C:\Users\Max> pip --version pip 24.0 from C:\Users\Max.platformio\penv\Lib\site-packages\pip (python 3.11) PS C:\Users\Max> pio --version PlatformIO Core, version 6.1.13 PS C:\Users\Max>

Thank you!

Cormak85245 commented 3 months ago

pip install pip_system_certs solved my issue