qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Can't install Pandas package #118

Open tumikosha opened 8 years ago

tumikosha commented 8 years ago

Can't install Pandas package because Compression error, bz2 module is not available

You need to build python with BZIP2 support. Install the following package before building python: Red Hat/Fedora/CentOS: yum install bzip2-devel Debian/Ubuntu: sudo apt-get install libbz2-dev

riverfor commented 8 years ago

Thanks for feedback,

But we need to cross-compile bzip2 with android's NDK toolchain, it's a little complex. But we will try our best to make it.

rmunozr commented 8 years ago

I have the same issue, I cant install Pandas for Qpython, the same with Scipy and other libraries...Is there any way to install them all in one time like Anaconda Launcher ??

jandechent commented 7 years ago

Also same issue, would be great to see pandas/numpy support!

hansendm commented 6 years ago

Yes very much so. I'm trying to build a qpython vr desktop environment on Android so i can work while traveling. Please post updates frequently.