go-vncdriver
go-vncdriver copied to clipboard
Fast VNC driver
How about adding a Dockerfile to the repository for local user testing and implementation in containerised environment? You can assign me for this task, if needed. ```[tasklist] ### Tasks ```
The build instructions use brew for dependencies. I can't build using MacPorts dependencies however: ``` MBP:~/go-vncdriver% sudo port install libjpeg-turbo ---> Fetching archive for libjpeg-turbo ---> Attempting to fetch libjpeg-turbo-1.5.0_0.darwin_16.x86_64.tbz2...
I have this message when I try to install Universe or vncdriver. ¿Someone can help me plz? Building wheel for go-vncdriver (setup.py) ... error ERROR: Command errored out with exit...
``` python build.py Env info: export GOPATH='/home/rjn/go-vncdriver/.build' export GO15VENDOREXPERIMENT='1' export CGO_CFLAGS='-I/home/rjn/anaconda3/lib/python3.7/site-packages/numpy/core/include -I/home/rjn/anaconda3/include/python3.7m' export CGO_LDFLAGS='/usr/lib/x86_64-linux-gnu/libjpeg.so -L/home/rjn/anaconda3/lib -lpython3.7m' Running build with OpenGL rendering. Building with OpenGL: GOPATH=/home/rjn/go-vncdriver/.build go build -buildmode=c-shared -o go_vncdriver.so...
I was trying to run a file called demo.py: ``` import gym import universe # register the universe environments env = gym.make('flashgames.DuskDrive-v0') env.configure(remotes=1) # automatically creates a local docker container...
Hey, i'm trying to install go-vncdriver for universe and when i run `sudo python setup.py build` i get this output: ``` `running build Running new build Env info: export GOPATH='/home/arvid/go-vncdriver/.build'...
Env info: export CGO_LDFLAGS='/usr/local/opt/jpeg-turbo/lib/libjpeg.dylib -undefined dynamic_lookup -s' export GO15VENDOREXPERIMENT='1' export CGO_CFLAGS='-I/Users/valarian/python/miniconda3/envs/python35/lib/python3.5/site-packages/numpy-1.16.3-py3.5-macosx-10.7-x86_64.egg/numpy/core/include -I/Users/valarian/python/miniconda3/envs/python35/include/python3.5m' export GOPATH='/Users/valarian/python/miniconda3/envs/python35/go-vncdriver/.build' Running build with OpenGL rendering. Building with OpenGL: GOPATH=/Users/valarian/python/miniconda3/envs/python35/go-vncdriver/.build go build -buildmode=c-shared -o go_vncdriver.so github.com/openai/go-vncdriver. (Set...
The build script is broken when I first tried to install universe. I realise there is a problem in this module's build script when I realise linker had some breaking...
root@kali2025:~# python Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 563, in main() File "/usr/lib/python2.7/site.py", line 545, in main known_paths = addusersitepackages(known_paths) File "/usr/lib/python2.7/site.py", line 278, in addusersitepackages user_site =...
When installing via `pip install go-vncdriver` I ran into some arcane issues for which i cannot paste the exact console output, because I cannot reproduce them after my successful install.....