Platformio-vscode-ide: PlatformIO Core Installation or PlatformIO IDE failed

Created on 5 Dec 2018  路  1Comment  路  Source: platformio/platformio-vscode-ide

Hi, Since yesterday when i tried to use PIO through VSCode there an update of PIO Core who never finish.

I get this message on output : Installing PlatformIO Core... Please do not close this window and do not open other folders until this process is completed.
I get this information on VSCode toolbar :
image

I try :
-remove and install PIO extension.
-read errors on VSCode's developement tools
-remove %USER_HOME%/.platformio folder
-run directly python script : "get-platformio.py" -> never finish
-run "pip install -U platformio" -> never finish
-remove and re-install VSCode V1.29.1

So actually nothing work. I reed github issues and pio docs but nothing help me.

EDIT :
Today i try to re-install platformio with a new install and update for python2.7 and pip on windows 10.

C:\Users\myUsername>pip -V
pip 18.1 from c:\python27\lib\site-packages\pip (python 2.7)

C:\Users\myUsername>pip install -U platformio
Collecting platformio
  Using cached https://files.pythonhosted.org/packages/e2/f9/5bd7e614bdb3958e0313c010ef615bdd0e4abe078e8b91239606fc3b9199/platformio-3.6.2-py27-none-any.whl
Collecting semantic-version<3,>=2.5.0 (from platformio)
Collecting requests<3,>=2.4.0 (from platformio)
  Using cached https://files.pythonhosted.org/packages/ff/17/5cbb026005115301a8fb2f9b0e3e8d32313142fe8b617070e7baad20554f/requests-2.20.1-py2.py3-none-any.whl
Collecting bottle<0.13 (from platformio)
  Using cached https://files.pythonhosted.org/packages/6d/86/b2b10681caba6f1daa546d9ad59b17dde746fabd85241e5715d14f5be770/bottle-0.12.15-py2-none-any.whl
Collecting pyserial!=3.3,<4,>=3 (from platformio)
  Using cached https://files.pythonhosted.org/packages/0d/e4/2a744dd9e3be04a0c0907414e2a01a7c88bb3915cbe3c8cc06e209f59c30/pyserial-3.4-py2.py3-none-any.whl
Collecting click<6,>=5 (from platformio)

The install process is hang on : "Collecting click<6,>=5 (from platformio)"
Hi, @ivankravets there is a problem to get platformio package?

Most helpful comment

fixed with this command :

pip --no-cache-dir install -U platformio

Read here https://github.com/platformio/platformio-core/issues/295

>All comments

fixed with this command :

pip --no-cache-dir install -U platformio

Read here https://github.com/platformio/platformio-core/issues/295

Was this page helpful?
0 / 5 - 0 ratings