-
Notifications
You must be signed in to change notification settings - Fork 62
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
[Errno 2] No such file or directory #25
Comments
The error "No such file or directory" is from the go compiler (named |
It's installed from the official linux arm binary, to /usr/local/go. I don't see where the problem could be coming from. EDIT:
Since I'm running both the universe install and the go-vncdriver install with sudo, that would most likely affect the search directory. I could possibly do |
NOTE: I'm testing that universe is working using the example test script from the README.md file. Running with
|
Technically though, the problem with |
The last bug is a problem with Twisted. You can probably reproduce with |
I fixed the problem. Ran into another which was with the python module
Also, trying to run the example script results in this.
Also, the python module is actually |
|
That's a coincidence. I actually just searched the raspberry pi's default repos for docker, and started installing |
This:
must mean that Python has a bad |
I seriously feel like I may have completely screwed up the python and/or pip installation on this raspberry pi.
EDIT: Same error for anything pip related. Sudo or not. EDIT 2:
EDIT 3: Scratch all of the above. Fixed it using this. Anyways, just found out that Universe actually does rely on |
So since my pip is working again, and my universe install relies on |
```
pip uninstall docker
pip install docker-py
```
…On Fri, Feb 17, 2017 at 4:33 PM, TheWaffleDimension < ***@***.***> wrote:
So since my pip is working again, and my universe install relies on docker
and not docker-py, what do I do to fix the error?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANZdD27mDmDBS-o4xAvtW58R3fZWSLBks5rdjxLgaJpZM4MD4yF>
.
--
Trevor Blackwell [email protected] 650 776 7870
|
It gives out an error. I ran those commands multiple times.
|
When you ran |
It installed correctly. I tried another reinstall out of frustration and it worked.. except that the version is 1.15, and I need 1.18... I'll look to see if I can build docker for arm myself. EDIT: Sorry about not providing a log, but I can't do it now, either. I'm away from the raspberry pi, and I don't have port 22 forwarded on my network for any of my machines. |
Trying to install universe on a raspberry pi 3 model b, but it wouldn't install. So I try compiling from source. It gave the same error, so here it is. I installed golang's official armV6 binary from the golang site for linux. I'm running Raspbian (Based on Debian) Pixel from November 2016, if that helps. I've tried debugging the error, but obviously no progress was made, since I'm posting this.
EDIT: Forgot to add that I couldn't install
libjpeg-turbo8-dev
from my repos, but I could installlibjpeg8-dev
. Really not sure how that could affect anything, but it didn't change the error message whatsoever.The text was updated successfully, but these errors were encountered: