Building success, but upload fails (ArchLinux)
See original GitHub issueWell, 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 the Deviot
it are calling pip
instead pip2
. pip
means python3
because python3.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 :
/bin/sh: /home/lerax/.config/sublime-text-3/Packages/User/Deviot/penv/bin//home/lerax/.config/sublime-text-3/Packages/User/Deviot/penv/bin/python: No such file or directory
Why that path are duplicated? (I’m using your newpython
branch, BTW).
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
No upload speed / Networking, Server, and Protection / Arch ...
While uploads work perfectly fine when I am using my mobile phone on the Laptop it is almost zero. Downloads work without any...
Read more >Job succeed, but uploading artifacts fails with 500 error - GitLab
gitlab runner tries to upload artifacts, but fails, because there are directories created with umask 0200 . You see these errors here. So...
Read more >Nginx: 413 - Request Entity Too Large Error and Solution
Explains how to fix nginx server error "413 - Request Entity Too Large" and allow large uploads under BSD/Linux/UNIX like operating systems.
Read more >5. Managing Packages — developers-reference 12.9 ... - Debian
Managing Packages¶. This chapter contains information related to creating, uploading, maintaining, and porting packages.
Read more >Arch – Look on my works, ye Mighty, and despair!
Arch. Uploading to Strava from Arch Linux ... Error building node module in a Vagrant box with NFS ... But that succeeded. Searching...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Excellent!
Any help will be always well received
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:
ln -s -f /usr/bin/avrdude ~/.platformio/packages/toolchain-atmelavr/bin/avrdude
Thanks for the support. I wanna help you in soon. This is really a awesome plugin!!!