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
Asked
Active
Viewed 3,826 times
6
-
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 Answers
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
-
You're right, it is cryptic, if anyone else has info that would be great. – jelijelidjango Jun 24 '15 at 02:38