Quote:
Originally Posted by toadclones
I managed to build a python3.11 for hard floating point devices. (firmware > 5.16.2.1.1) This works on my Kindle 11th gen with 5.17.1
I basically took crazyelectron's dockerfile and added preinstalled packages and cross compiles when necessary(numpy). Most packages you would use are installed except pillow(for image manipulation). FBInk bindings are installed.
I included the code used, etc. It's pretty messy. Enjoy.
A list of packages installed - requests
- bs4
- httpie
- requests_oauthlib
- betamax
- html5lib
- pyjwt
- Wand
- PySocks
- asn1crypto
- SLPP
- cffi
- FBInk bindings
|
Updated with PIL(image library for python, no idea if anyone actually uses it)