Search code examples
androidpythonlxmlqpythonqpython3

lxml for Qpython3 (Python3 on Android)


Is there a way to install lxml on Qpython3(Python3 on Android)?

I could not find anything on google. Any help would be greatly appreciated.


Solution

  • It's not a pure python library, so you can't install it through qpython3's pip_console.py.

    you can send a request in https://github.com/qpython-android/qpython.org/issues, the developer team is very active, they may give a solution.