-
-
Notifications
You must be signed in to change notification settings - Fork 795
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 Home not launching ... eternal spinners #1419
Comments
For debug purpose please use 8888 port in system terminal. Do you see any errors? |
Sorry for the late reply. Debug Test:$ pio home --port 8888
Result: No errors - Just the usual PlatformIO Home page + PSoD (PlatformIO Spinners of Death ;-) Other commands:$ pio update --> OK So: installing any framework other then 'teensy' is unsuccessful ... |
Please mail me@ikravets.com for the further steps and details. |
Have you resolved this issue? |
I am encountering the same issue, though I run Windows 7 64-bit for both the Atom and VSCode installs I have tried so far. VSCode appealed to me more (after evaluating the differences for PlatformIO, as well as reviews from fellow developers) but like so many I cannot get my PlatformIO (Pio) Home to run. I have tried reinstalling VSCode, deleting (.penv) and subsequently installing the newest version of Python, installing Atom and deleting all packages within Visual Studio Code only to redownload and reinstall them, to no avail getting PlatformIO to run. The closest to seeing anything resembling PlatformIO IDE run is the little pop-up message urging me to 'reload (VSCode) now', but it gives me this message whilst the status in the bar below still lists ''Installing PlatformIO IDE''. However, waiting does not appear to foot any progress towards the installation (at least, none that I can see) and as such I have no other course of action then to press 'Reload Now' in the hopes that this will fix things. However, upon being greeted by the new instance of VSCode nothing hints of PlatformIO IDE being installed save for the supposed 'installed' category within the VSCode extensions menu. No Pio Home icon shows up on my bar to access, and running the platformIO home command through the SHIFT+CTRL+P command results in the sad loading screen that never seems to end. |
@Nanne118 could you try to navigate to OS Control Panel > Installed software and uninstall all Pythons from a sytem? After that, please remove |
Menu> Help > Developer Tools > Console. Do you see any errors? Maybe, Antivirus/Firewall? |
The error it is giving me is the
There seem to be more instances of the same issues lingering around on this very github repo: however none with concrete solutions besides the referment to the package manager link |
@Nanne118 have you resolved this issue? It should be fixed in the latest release of VSCode. |
Please reopen if you still need help |
Hi, i have the same problem on VS code. I published the platformio/platformio-vscode-ide#449 |
hi! i fix it with :
Read here #295 |
and a year later... same issue. Installed from scratch, both vscode and platformIO. Removed all python versions, including anaconda. Nothing works. $ pio home Tried @MkLHX fix using pip, but it didn't help.. |
@arielbernal see #2341 |
try to run vscode in admin mode, that solved my issue |
What kind of issue is this?
Configuration
Operating system: Mac OS X El Capitan (10.11.6)
PlatformIO Version (
platformio --version
): 3.5.1Description of problem: PlatformIO Home not launching ... eternal spinners
This kind of issue has been reported dozens of times already ... on all platforms.
I tried multiple (clean) re-installs over the last 4 months (OS, atom, platformio, ...), but nothing seems to help.
Finally, I installed platformio-core via pip ('sudo pip install platformio')
Now I get this: The "pio home" command produces this output + the well known "Loading" spinners on the PlatformIO Home page
The "pio home --port 888" command produces this output / errors:
Additional info
Mac OS X Firewall = Disabled
$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
$ clang --version
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
$ python --version
Python 2.7.10
$ pip --version
pip 9.0.1 from /Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg (python 2.7)
$ pip list
The text was updated successfully, but these errors were encountered: