Kat
Kat
No clue if this is specific to my machine, but I do think it's notable as I haven't yet found a fix (trying other Proton versions, updating graphics drivers, etc.):...
> @TheWaffleDimension can you show a screenshot? > Hello @TheWaffleDimension, please copy your system information from Steam (`Steam` -> `Help` -> `System Information`) and put it in a [gist](https://gist.github.com/), then...
Seems to be an issue with `app.listen`. It only errors out if that is present.
``` $ go version go version go1.8 linux/arm ``` 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:...
NOTE: I'm testing that universe is working using the example test script from the README.md file. Running with `sudo -i` seems to have fixed the issue with universe, but now...
Technically though, the problem with `go-vncdriver` was solved, and these problems are coming from universe. Should I post an issue on the universe github page, or can this remain open...
I fixed the problem. Ran into another which was with the python module `backports.ssl_match_hostname` not being installed, so I fixed that. Now I'm running into problems with `docker`. Yes it's...
That's a coincidence. I actually just searched the raspberry pi's default repos for docker, and started installing `docker.io`. Thanks for the info. And even after installing `docker.io`, I'm still getting...
I seriously feel like I may have completely screwed up the python and/or pip installation on this raspberry pi. ``` $ sudo pip install docker-py Traceback (most recent call last):...
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?