Closed oslumbers closed 4 years ago
I have the same issue as well.
Hmm.. last time we did an update was Monday so might be that the systems running the colabs changed configurations.
I will look into it, thanks.
Noticed a few other things that need attention in the colab:
!pip3 install --upgrade mock==3.0.5
also fails.I've reproduced the error on our side (even internally, on my workstation), which is odd. Wasn't happening on Monday either. Must be due to a global change in compiler / linker on Google systems. Looks like it should be an easy problem to fix, and we'll do an update as soon as it's fixed.
Thanks
I just noticed we're not fixing the version or commit of absl; it's possibly due to a new change in absl. I'll try with an older commit.
I just noticed we're not fixing the version or commit of absl; it's possibly due to a new change in absl. I'll try with an older commit.
Confirming it's due to a recent change in abseil. Fix coming soon.
Should work now, but you might have to clear your old build directory by adding
% rm -rf open_spiel
after the % cd /usr/local
.
Working again. Thanks @lanctot
Hi, I'm having an issue building the open spiel environment this morning that wasn't an issue yesterday, happens at 63% of build. Here's the error:
Makefile :94: recipe for target 'all' failed make: *** [all] Error 2
Happy to give more info if needed