Conversation
|
I'm seeing some mysterious errors on Travis. Does anybody have any thoughts on what's going on? |
|
Travis recently switched from Precise to Trusty as their default image, I'm guessing the update of I could of course, be totally wrong on what is happening though. |
|
@Lnaden if you look carefully everything is actually getting built on a docker image docker run -e UPLOAD -e BINSTAR_TOKEN -e TRAVIS_PULL_REQUEST
-t -i --rm -v `pwd`:/io jchodera/omnia-linux-anvil:texlive-amd30-cuda${CUDA_SHORT_VERSION}
bash /io/devtools/docker-build.sh;This docker image is running centos 6.9 with libc 2.12 (root) [root@f896f82eea3c /]# cat /etc/centos-release
CentOS release 6.9 (Final)
(root) [root@f896f82eea3c /]# ldd --version
ldd (GNU libc) 2.12CentOS 9 stopped getting full support in May 2017 -- we should switch the anvil over to CentOS 7 which has a newer glibc (Although I understand that might be a very large undertaking). I don't see how we can make this work with the current setup. |
|
Right, the libc in the docker image would be the one used, not the travis image. We actually will continue using the CentOS6 since our docker image is actually an extension of the The part I find odd is that the |
|
Maybe you could try installing tensorflow from the defaults channel? Perhaps the anaconda people have solved this problem |
|
From that issue: "This comment says that indeed tensorflow pulls in a numpy wheel somehow. So that's pretty badly broken." Ouch. Maybe you can give the feedstock maintainers a hand sorting that mess out, @lilleswing? |
Updating version to latest DeepChem.