-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Building failed on Ubuntu14.04 #35
Comments
Did you install the Numpy development headers? See https://github.com/deepmind/lab/blob/master/docs/build.md for details. |
Hey,
then I'm now getting: My python configurations:
|
Hm, is it |
Hey,
|
I'm not sure what's going on. You definitely cannot add rogue |
The Dockerfile builds in #24 on 14.04, so it's not that. You might look at that Dockerfile script though to see exactly what it does for all the dependencies. |
I'm not sure there's anything meaningful we can add here. Please feel free to reopen with more specific information. |
Hey,
I'm trying to build lab on my machine by
bazel build :deepmind_lab.so --define headless=glx --verbose_failures
but failed so far. I came across these errors so far:"mount" permission denied
fixed by: adding
build --spawn_strategy=standalone
to/etc/bazel.bazelrc
python/dmlab_module.c:29:31: fatal error: numpy/arrayobject.h: No such file or directory
fixed by: adding the following to
copt
inBUILD
:"-I/usr/local/lib/python2.7/dist-packages/numpy/core/include",
configure: error: cannot run C compiled programs.
have no clue how to fix... below I paste the complete error message below:
I don't have any experience with bazel so I've got really no clue as how to fix it, any help would be appreciated!
My compiler:
gcc (Ubuntu 4.8.5-2ubuntu1~14.04.1) 4.8.5
Thanks in advance!
The text was updated successfully, but these errors were encountered: