Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: zeus555 on August 31, 2015, 05:27:17 PM
-
how to install python-dateutil? in version 3.8.13 could do by following the steps below, but in this new version is not in the list of extensions (python-setuptools).
tce-load -wil python-setuptools.tcz
sudo easy_install pip
sudo pip install python-dateutil
thanking them for their support.
-
the python-setuptools extension from the tc-5.x repo looks like it should work in the 6.x repo.
Maybe you could give it a try and report back - you would need to download the following:
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz.dep
http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz.md5.txt
-
to do tce-load -wil http://www.tinecorelinux.net/5.x/x86/tcz/python/setuptools.tcz sends me the error below, also if I use the graphical version and from APPS DOWNLOAD + LOAD, It does not appear in the list of installed extensions.
tc@box:$ tce-load -wil http://www.tinecorelinux.net/5.x/x86/tcz/python/setuptools.tcz
ls.tcz
downloading to repo.tinycorelinux.net (89.22.99.37.80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: setuptools.tcz.md5.txt: No such file or directory
Error on setuptools.tcz
if I'm doing something wrong Correct me please.
-
You need:
$ wget -c http://www.tinycorelinux.net/5.x/x86/tcz/python-setuptools.tcz
..and the same for the .dep and .md5.txt files and then copy them to your tce folder and "tce-load -i python-setuptools"
-
thank you very much for your guidance everything went well.