View Single Post
Old 04-18-2025, 02:05 AM   #1290
toadclones
Junior Member
toadclones began at the beginning.
 
Posts: 9
Karma: 42
Join Date: Dec 2023
Device: Kindle(11th gen)
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

EDIT: This was meant to be in this thread: https://www.mobileread.com/forums/sh...63#post4505663
lmao sorry it's late
Attached Files
File Type: zip python3.11-khf.zip (19.89 MB, 46 views)

Last edited by toadclones; 04-18-2025 at 02:09 AM.
toadclones is offline   Reply With Quote