Grigorii Guz

Results 21 comments of Grigorii Guz

On Ubuntu 18.04, I first needed to install gcc and g++ 4.9 as explained here: https://stackoverflow.com/questions/48398475/fail-to-install-gcc-4-9-in-ubuntu17-04 (gcc/g++ 5 and 6 were producing the same error for me as the one...

Hi @Fantabulous-J, sure. I've got around 74 F1 on the dev set with Spanbert-Base, didn't run on the test set yet. My email is on my github page, you can...

On Ubuntu 18.04, I first needed to install gcc and g++ 4.9 as explained here: https://stackoverflow.com/questions/48398475/fail-to-install-gcc-4-9-in-ubuntu17-04 (gcc/g++ 5 and 6 were producing the same error for me as the one...

I don't seem to be getting any outputs: ``` (rlenv) [gguz@cdr848 lab2d]$ /cvmfs/soft.computecanada.ca/easybuild/software/2020/Core/gcccore/9.3.0/bin/gcc @bazel-out/host/bin/external/luajit_archive/minilua-2.params (rlenv) [gguz@cdr848 lab2d]$ ```

I tried loading a different version of clang and now I'm getting this error, right at the end of compilation: ``` ERROR: /scratch/gguz/lab2d/dmlab2d/BUILD:100:9: Building wheel failed: (Exit 127): linux-sandbox failed:...

So after rebuilding and running the linker command again (without `-s`), here is the output: ``` (rlenv) [gguz@cdr785 lab2d]$ /cvmfs/soft.computecanada.ca/easybuild/software/2020/Core/gcccore/9.3.0/bin/gcc @bazel-out/host/bin/external/luajit_archive/minilua-2.params collect2: fatal error: cannot find ‘ld’ compilation terminated. ```...

@tkoeppe yes you're right. After loading the compiler module on the system, I am getting the same result as in https://github.com/deepmind/lab2d/issues/21#issuecomment-1193187702 and the actual error is `/usr/env/bin: python3 not found`....

Here is what I am doing: ``` (rlenv) grigoriiguz@vpn3 lab2d % LUA_VERSION=lua5_1 (rlenv) grigoriiguz@vpn3 lab2d % C=clang CXX=clang++ bazel build \ --compilation_mode=opt \ --dynamic_mode=off \ --config="${LUA_VERSION}" \ --verbose_failures \ --experimental_ui_max_stdouterr_bytes=-1...

Here is the output from packaging: ``` PY_TAGS = struct(interpreter = "cp39", abi = "cp39", platform = "macosx_12_0_x86_64") ``` and running `arch` outputs `arm64`. After building the local wheel, I...