-
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
Building success, but upload fails (ArchLinux) #67
Comments
When Deviot install PlatformIO automatically, it calls pip but in a virtualenv so I guess I wouldn't be a problem, in the case of the What board are you using? Go to |
I'll do this. I tried build & upload with |
|
ẀOW, would be just ncurses? |
Hmms, seems something with platformio. I'm checking that platformio/platformio-core#291 |
Great, I fixed with that nice debugging output (i don't see the menu before xD, sorry). The solutions would a little different whose is proposed in that last issue i commented here. The command to fix that (for other people whose can has the same problem as I had) is:
Thanks for the support. I wanna help you in soon. This is really a awesome plugin!!! |
Excellent! Any help will be always well received |
Well, I have all troubles exactly how was be described here #64, but to work in the end I really had need remove my previously instalation of plataformio from AUR because it just blame about don't support
python3
in upgrade. Maybe inside of theDeviot
it are callingpip
insteadpip2
.pip
meanspython3
becausepython3.5
is the default.By other hand, the problem is another, after fix all that things, unfortunelly, I have a new problem. After setup my board and the serial port... great, the code compiles! But during upload just fails :(
On log of Sublime I found really insane stuffs after upload fail attempt :
Why that path are duplicated? (I'm using your
newpython
branch, BTW).The text was updated successfully, but these errors were encountered: