I've installed Termux (running on Android if that matters) and python (2.7 due to personal preference), but am running into the following issue when installing pandas:
RuntimeError: Broken toolchain: cannot link a simple C program
The same error is thrown for numpy and has something to do with the Cythonic nature of these modules.
Because I wanted to use python 2.7, I'm also using pip2 to install, not sure if that has any bearing on this. And when I install python-dev
, I actually use python2-dev
.
A previous poster had this issue and it seems to have been fixed, but on Mac, the solution does not work for me.
Really, all I want to do is install python and pandas on Android, and I think Termux is the best solution, but I'm open to suggestion.