View Single Post
Old 04-18-2025, 02:45 PM   #1294
toadclones
Junior Member
toadclones began at the beginning.
 
Posts: 7
Karma: 42
Join Date: Dec 2023
Device: Kindle(11th gen)
Quote:
Originally Posted by toadclones View Post
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)
Attached Files
File Type: zip python3.11-khf.zip (21.42 MB, 63 views)
toadclones is offline   Reply With Quote