Commits


Philipp Moritz authored and Robert Nishihara committed 010c8740207
ARROW-2805: [Python] Use official way to find TensorFlow module Still trying this out, but this seems like the way to do it. Note it will use the slow path in Python 2 but that's ok I think. Author: Philipp Moritz <pcmoritz@gmail.com> Closes #2224 from pcmoritz/fix-tf-workaround and squashes the following commits: a874471 <Philipp Moritz> fix module.__path__ usage b4ffbd9 <Philipp Moritz> more fixes 56df127 <Philipp Moritz> fix Python 2.7 1825372 <Philipp Moritz> use official way to load module