Thanks for the feedback ,
I still have a problem in VSCode , any time that i open it, i will see the following. i could see the package installed before and after restart, always this:
Got the same problem. But different. I have Linux Mint 18.1 Cinnamon installed, and PlatformIO works flawlessly in Atom, VSCode and CodeBlocks. I recently partitioned my drive and installed Mint 18.3 KDE (for a variety of reasons) Installed VS Code in my new partition, installed PlatformIO, and home page won’t load. I’ve had this problem before but can’t remember how I got around it last time, except that I think it was something to do with file permissions. Tried the things suggested in the various posts but nothing has worked.
For the record, here is the output of the commands requested above. Any suggestions?
Hi Ivan, yes pio home (in a terminal, not under VScode or anything) works. It does display some errors when I do it though, it recommends removing multiple pio installs (which I’ve done but the problem persists in VS Code, and of course pio home no longer works from a terminal), and it also complains about the permissions in my .cache directory not being owned by me. I’ve triple checked and ALL the folders and files, including .cache itself, are owned by me so I don’t know why it’s complaining about it.
Ian
Could you try to remove all duplicates of PIO Core (pip uninstall platformio) and remove ~/.platformio folder.
Restart IDE. Now PIO will create proper folder.
Hi Ivan, tried that, however the home page still won’t load. I also can’t do pio commands, I get this error message
bash: /home/ian/.platformio/penv/bin/pio: /home/ian/.platformio/penv/bin/python2.7: bad interpreter: No such file or directory
:-\ Ian