Closed matthiaskoenig closed 7 years ago
Probably due to some build environment upgrade https://docs.travis-ci.com/user/build-environment-updates/2017-09-06/
ImportError: /home/travis/virtualenv/python3.5.3/lib/python3.5/site-packages/antimony/./libcellml.so.2: symbol _ZNSt7__cxx1112basic_stringIwSt11char_traitsIwESaIwEE7reserveEm, version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time reference
This is an issue of the wheels which do not build correctly in the travis build environment.
Fixed via updated tellurium dependency packages.
Antimony can be installed, but not executed in travis environment.
This works locally. Probably some change in the travis build environment.