qpython-android / qpython.org

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

pip packahes using bz2 fail. #17

Open jeffeb3 opened 10 years ago

jeffeb3 commented 10 years ago

I was using pip to install pytz (for timezones), which happened to tar up their code using bz2. The python bz2 wasn't installed in q python, so it failed. My workaround was to download the tar.gz from pytz and install it from /sdcard/Downloads/pytz-2014.9.tar.gz .

PacoBell commented 9 years ago

Yeah, this failed for me too for the same reason when I tried to download the twisted framework.