Atom Platformio Home screen does not show Core version, cannot import examples

There is a spinner near core version label which just keeps spinning. Home version is shown as 0.3.1.

Here are the results of pio home command:

PS C:\Temp\Platformio Projects\bluepill> pio home
PlatformIO Plus (https://pioplus.com) v0.10.11

  ___I_
 /\-_--\   PlatformIO Home
/  \_-__\
|[]| [] |  http://127.0.0.1:8008
|__|____|_______________________

Unhandled error in Deferred:

In addition, I cannot import any example project. It gives me “Server error” without any further description. Tried to reinstall Platformio by disabling antivirus, removing all platformio packages from Atom and deleting .platformio folder. Didn’t help.

The core version is 3.5.0a17 if I look into site-packages folder of Python environment, but it doesn’t show in Atom Platformio Home screen.

Please provide an output from system Terminal cmd

echo %PATH%
echo %PYTHONPATH%
python --version
pip --version
pip list

It has been fixed in 3.5.0b1.

1 Like