I’m use to working in segger embedded studio, wonderful software
So playing around with the ESP32 and been introduced to platform io, first impressions are not great!
How is it I have wasted so much time just trying to get it installed and working
How can any serious dev software, just hang after install, really poor!
So I’m running windows 10, instated visual studio code, installed latest version of python, installed platform i/o and it just hangs when trying to launch platform I/O. and clicking home screen
Just about to give this flawed software up and look for a better alternative
thanks in advance for any help in trying to resolve this buggy software
Did you install from python.org or the Windows Marketplace? The former works, the latter, not so great!
What username do you have? Any dots, spaces etc in your username or just letters? Any spaces in your pathnames? Windows is a wee bit dodgy when you go off piste with file/path names.
Anti-virus? Firewall? Is the port open? (I think it’s port 8008 but I’m 3 hours away from my laptop at the moment!)
Just a few to throw in. Also, have a look in VSCode’s developer options, console for any error messages that might give a clue, I’m afraid your mini-rant didn’t.
Well, hanging means not getting any further, locking up on the Home screen
I am amazed that such a simple task of installing and IDE can lead to such a painful experience of not being able to launch the program after a fresh install
and yes I installed python after downloading from the main python website latest version
This is awful to have an IDE just lock up after install, really really poor
I find that even singular platforms like Arduino or Stm32, can be frustrating to use. PlatformIo aims to merge these other platform models into one system that works for all. It is a challenge and the developers should be thanked for making a good effort.
@johnnysh1000 We feel you frustration. But consider the frustration we feel when trying to help you and all the information we have is “it just hangs”. Clearly, it doesn’t “just hang” for the rest of us or we wouldn’t be here.
I realize this is painful but every piece of detail, no matter how small, could be significant. The more time you spend in putting that detail together clearly, the more likely someone will be able to point to the correct remedy.
For instance:
I load VS Code
Platform IO Home screen opens. It looks like this: <img here>
I click on “New Project” in the …
I get a popup that looks like this: <img here>
I type in my information:
Project name: FooBar
Location: some/path/with spaces/maybe
I click create
I see spinny wheel
After 5 minutes I still see spinny wheel and give up.
I have recently moved over to sky internet, though won’t be with them much longer as there internet service is dreadful, not sure if they are blocking anything
I have tried unloading everything to and reinstalling
Thank you for giving more info! It’s far easier to help with more details.
Try opening VS Code’s Developer Tools’ Console (Help → Toggle Developer Tools → Console tab) and see if you see any errors that happen when you click the Home button.
Screenshots of your system might help as well. There’s a chance we’ll notice something else too.