WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing some Extensions on piCore 16.x/armhf  (Read 250 times)

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 303
Missing some Extensions on piCore 16.x/armhf
« on: September 30, 2025, 09:00:30 AM »
Hi There,

Would it be possible for someone to upload the following extensions to the repository?

python3.11-cffi.tcz
python3.11-cryptography.tcz
python3.11-six.tcz
python3.11-tkinter.tcz
python3.11-ttkthemes.tcz

Thank you very much!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15273
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #1 on: September 30, 2025, 11:34:54 AM »
You've been asking questions about the RPi5 - do you want the extensions for armhf or aarch64?

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 303
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #2 on: September 30, 2025, 11:48:45 AM »
OMG! I am Sorry.  :-\
I copied the wrong text.

Yes for the aarch64

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15273
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #3 on: October 02, 2025, 08:33:19 AM »
python3.11-cffi, python3.11-cryptography and python3.11-six posted (not tested).

I don't believe the piCore64 version of python3.11 has been configured for tkinter (it is missing a library of the form _tkinter.cpython-39-arch-linux-gnu.so and a subdirectory of the form /usr/local/lib/pythonx.y/tkinter/), so python3.11-ttkthemes cannot be built.
« Last Edit: October 02, 2025, 08:39:38 AM by Juanito »

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 303
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #4 on: October 02, 2025, 02:34:00 PM »
Alright thank you very much, i will try to work with that.