-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error using preinstalled PIO? #133
Comments
I've just installed homebrew in a macOS (10.10.5) and also platformio. In my case, at the beginning it wasn't recognizing platformio, but I've fixed that in 5bfd05b After that fix, I was able run all options without problem, so I couldn't replicate the issue. The only think I 've made different is the installation of the plugin, instead of GIT I've use the package control as is indicated in this page Can you try installing that way? What is you current macOS version? The syntax problem isn't directly related with Deviot but with PlatformIO, I'm working to implement a fix, PlatformIO doesn't like very well to work with |
I think my syntax problem was because the old version of Deviot provided an My macOS version is Once I start Sublime Text, Deviot gets reinstalled automatically (from Package Control), since it is in my installed packages list. The "Package Control Messages" screen comes up, as well as the Deviot console which prints
Once I open the PlatformIO terminal, I have the same issues (and compiling still doesn't do anything):
|
Ok I guess I've solved. I don't know why it was working in the machine I've tested (it shouldn't) Please check if with the last commit (c3a2766) you keep having the issue About the syntax problem, you're right, the old file should be removed, that will be my next commit if the main issue is solved |
@gepd that fixed it for me, thanks! Regarding the old syntax file - it was removed, which is what caused my issue. There appears to be no upgrade path between the old version and the new one - so any files I already had open and specified as |
yes, that is part of the plan. The plugin already loads the new syntax each time you open a file, but there is no action when the files are already loaded. Thanks for the reports! |
Ok, I've fixed the syntax problem too. |
Operating system
macOS with PIO installed via homebrew:
Description of problem
I just updated from a dev build of Deviot 2 (0d6cd78) to the current tip of the
develop
branch. I encountered some errors with the syntax language file (similar to #125) so I removed all Deviot settings, which seemed to force a reinstall.When Sublime Text launched, I got the following message in the Deviot console:
However, when I try to do anything, Deviot cannot seem to find PIO. This includes "Show Terminal":
and "Upgrade PlatformIO":
If I try to "use Development PIO version", installation seems to get stuck as soon as it tries to actually perform an (un)installation:
After waiting a while, I tried unchecking "Use Development PIO Version", and Deviot tried to install the normal version, but again got stuck as soon as it started actually trying to install something:
EDIT: I was able to downgrade to 0d6cd78, delete my Deviot settings, and immediately (well, after fixing a syntax error in a Deviot file) upload to my ESP.
The text was updated successfully, but these errors were encountered: