Tiny Core Base > Raspberry Pi
Missing some Extensions on piCore 16.x/armhf
Rabie:
Hi Juanito,
why can't I download the extensions?
--- Code: ---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
--- End code ---
should i maybe update something to download new posted extensions?
Juanito:
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.
Rabie:
i had just those in optional
--- Code: ---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
--- End code ---
--- Code: ---sudo rm /etc/sysconfig/tcedir/optional/python3.11*
--- End code ---
--- Code: ---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
--- End code ---
--- Code: ---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
--- End code ---
--- Code: ---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
--- End code ---
--- Code: ---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
--- End code ---
--- Code: ---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
--- End code ---
--- Code: --- uname -m
aarch64
--- End code ---
I am able to install python3.11-dev.tcz and python3.11.tcz but not the others
Juanito:
Hmm, I don't see the problem:
--- Code: ---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
--- End code ---
What happens if you try:
--- Code: ---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
--- End code ---
Rabie:
that works :-\
--- Code: ---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
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version