openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

Building wheel for go-vncdriver (setup.py) ... error +. Setup: MacOS Mojave + Python 3.5 #40

Open puxama opened 3 years ago

puxama commented 3 years ago

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 status 1: command: /Users/dennis/virtualenvs/relearning/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-install-dks8lxlo/go-vncdriver_2d414f74052047c998a5e5a51a457ed5/setup.py'"'"'; file='"'"'/private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-install-dks8lxlo/go-vncdriver_2d414f74052047c998a5e5a51a457ed5/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-wheel-tga4kfq9 cwd: /private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-install-dks8lxlo/go-vncdriver_2d414f74052047c998a5e5a51a457ed5/ Complete output (55 lines): running bdist_wheel running build Running new build Env info:

export GO15VENDOREXPERIMENT='1' export CGO_CFLAGS='-I/Users/dennis/virtualenvs/relearning/lib/python3.5/site-packages/numpy/core/include -I/Library/Frameworks/Python.framework/Versions/3.5/include/python3.5m' export CGO_LDFLAGS='/usr/local/opt/jpeg-turbo/lib/libjpeg.dylib -undefined dynamic_lookup' export GOPATH='/private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-install-dks8lxlo/go-vncdriver_2d414f74052047c998a5e5a51a457ed5/.build'

Running build with OpenGL rendering. Building with OpenGL: GOPATH=/private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-install-dks8lxlo/go-vncdriver_2d414f74052047c998a5e5a51a457ed5/.build go build -buildmode=c-shared -o go_vncdriver.so github.com/openai/go-vncdriver. (Set GO_VNCDRIVER_NOGL to build without OpenGL.) no required module provides package github.com/openai/go-vncdriver: working directory is not part of a module

Note: could not build with OpenGL rendering (cf https://github.com/openai/go-vncdriver). This is expected on most servers. Going to try building without OpenGL. Building without OpenGL: GOPATH=/private/var/folders/cw/264vdnpj2qv5jvm2clnnx7dm0000gn/T/pip-install-dks8lxlo/go-vncdriver_2d414f74052047c998a5e5a51a457ed5/.build go build -tags no_gl -buildmode=c-shared -o go_vncdriver.so github.com/openai/go-vncdriver no required module provides package github.com/openai/go-vncdriver: working directory is not part of a module Could not build go_vncdriver: Build failed. HINT:

qjy-liveforover commented 3 years ago

Have you solved it yet?