-
Notifications
You must be signed in to change notification settings - Fork 37
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
Bumping DeepChem to 1.2.0 #802
base: master
Are you sure you want to change the base?
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.12 CentOS 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.