Skip to content
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

PlatformIO Core Installation or PlatformIO IDE failed #449

Closed
MkLHX opened this issue Dec 5, 2018 · 1 comment
Closed

PlatformIO Core Installation or PlatformIO IDE failed #449

MkLHX opened this issue Dec 5, 2018 · 1 comment

Comments

@MkLHX
Copy link

MkLHX commented Dec 5, 2018

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?

@MkLHX MkLHX changed the title PlatformIO Core Installation PlatformIO Core Installation or PlatformIO IDE failed Dec 5, 2018
@MkLHX
Copy link
Author

MkLHX commented Dec 10, 2018

fixed with this command :

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

Read here platformio/platformio-core#295

@MkLHX MkLHX closed this as completed Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant