question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Building success, but upload fails (ArchLinux)

See original GitHub issue

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 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:closed
  • Created 7 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gepdcommented, Sep 19, 2016

Excellent!

Any help will be always well received

1reaction
ryukinixcommented, Sep 19, 2016

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!!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found