WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 310
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: 15282
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: 310
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: 15282
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: 310
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.

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 310
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #5 on: October 15, 2025, 04:27:14 AM »
Hi Juanito,

why can't I download the extensions?
Code: [Select]
tce-load -wi python3.11-six.tcz
Downloading: python3.11-six.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: python3.11-six.tcz.md5.txt: No such file or directory
Error on python3.11-six.tcz

should i maybe update something to download new posted extensions?


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15282
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #6 on: October 15, 2025, 05:49:20 AM »
If you look here: http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz.md5.txt the md5sum is present.

Maybe you could check your tce/optional directory, delete any files named python3.11-six* and try again.

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 310
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #7 on: October 15, 2025, 06:16:13 AM »
i had just those in optional

Code: [Select]
ls /etc/sysconfig/tcedir/optional/python3.11*
/etc/sysconfig/tcedir/optional/python3.11-pip.tcz
/etc/sysconfig/tcedir/optional/python3.11-pip.tcz.dep
/etc/sysconfig/tcedir/optional/python3.11-pip.tcz.md5.txt
/etc/sysconfig/tcedir/optional/python3.11.tcz
/etc/sysconfig/tcedir/optional/python3.11.tcz.dep
/etc/sysconfig/tcedir/optional/python3.11.tcz.md5.txt

Code: [Select]
sudo rm /etc/sysconfig/tcedir/optional/python3.11*
Code: [Select]
tce-load -wi python3.11
python3.11.tcz.dep OK
Downloading: python3.11.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'python3.11.tcz'
python3.11.tcz       100% |*********************************************************************************************************************************************************************************************| 18.7M  0:00:00 ETA
'python3.11.tcz' saved
python3.11.tcz: OK

Code: [Select]
tce-load -wi python3.11-dev.tcz
python3.11-dev.tcz.dep OK
Downloading: python3.11-dev.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'python3.11-dev.tcz'
python3.11-dev.tcz   100% |*********************************************************************************************************************************************************************************************|  224k  0:00:00 ETA
'python3.11-dev.tcz' saved
python3.11-dev.tcz: OK

Code: [Select]
tce-load -wi python3.11-six.tcz
Downloading: python3.11-six.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: python3.11-six.tcz.md5.txt: No such file or directory
Error on python3.11-six.tcz

Code: [Select]
tce-load -wi python3.11-cffi.tcz
Downloading: python3.11-cffi.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: python3.11-cffi.tcz.md5.txt: No such file or directory
Error on python3.11-cffi.tcz

Code: [Select]
tce-load -wi python3.11-cryptography.tcz
Downloading: python3.11-cryptography.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: python3.11-cryptography.tcz.md5.txt: No such file or directory
Error on python3.11-cryptography.tcz

Code: [Select]
uname -m
aarch64

I am able to install python3.11-dev.tcz and python3.11.tcz but not the others

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15282
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #8 on: October 15, 2025, 06:31:19 AM »
Hmm, I don't see the problem:
Code: [Select]
tce-load -w python3.11-six
python3.11-six.tcz.dep OK
Downloading: python3.11-six.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
saving to 'python3.11-six.tcz'
python3.11-six.tcz   100% |**********************************************************************************************************| 12288  0:00:00 ETA
'python3.11-six.tcz' saved
python3.11-six.tcz: OK

What happens if you try:
Code: [Select]
wget http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz
wget http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz.dep
wget http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz.md5.txt

Offline Rabie

  • Sr. Member
  • ****
  • Posts: 310
Re: Missing some Extensions on piCore 16.x/armhf
« Reply #9 on: October 15, 2025, 06:33:05 AM »
that works   :-\

Code: [Select]
wget http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz
Connecting to tinycorelinux.net (128.127.66.77:80)
saving to 'python3.11-six.tcz'
python3.11-six.tcz   100% |*********************************************************************************************************************************************************************************************| 12288  0:00:00 ETA
'python3.11-six.tcz' saved

wget http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz.dep
Connecting to tinycorelinux.net (128.127.66.77:80)
saving to 'python3.11-six.tcz.dep'
python3.11-six.tcz.d 100% |*********************************************************************************************************************************************************************************************|    15  0:00:00 ETA
'python3.11-six.tcz.dep' saved

 wget http://tinycorelinux.net/16.x/aarch64/tcz/python3.11-six.tcz.md5.txt
Connecting to tinycorelinux.net (128.127.66.77:80)
saving to 'python3.11-six.tcz.md5.txt'
python3.11-six.tcz.m 100% |*********************************************************************************************************************************************************************************************|    53  0:00:00 ETA
'python3.11-six.tcz.md5.txt' saved