6

I want to install biopython on Qpython3 but it says that I have python 3.2 and need version 3.3 or greater. Is there no version of QPython3 available with a higher version? Can I update it somehow? -Thanks

Jacques Gaudin
  • 15,779
  • 10
  • 54
  • 75
jelijelidjango
  • 431
  • 1
  • 6
  • 12
  • Getting `numpy` and compiling the C code might be a greater barrier than the Python version. – hpaulj Jun 23 '15 at 02:50
  • Yes I soon realised this after posting it. I would have to use a cross compiler and pre build the stuff before I install it manually, pretty lame. QPython should start a database full of stuff that's precompiled for phones. – jelijelidjango Jun 24 '15 at 02:52

2 Answers2

4

There's something in the wiki about changing the core

http://wiki.qpython.org/zh/diveinto/#how-to-replace-the-python-core

but it is rather short and cryptic, ending with

More detail coming soon ...

hpaulj
  • 221,503
  • 14
  • 230
  • 353
1

Now, you can install qpy36 (http://qpy36.qpython.org/) to update QPython3's core.

River
  • 206
  • 1
  • 4