Tiny Core Base > Raspberry Pi

Impossible to find python pip and setuptools

(1/4) > >>

Sonlis:
Hey everyone,

Discovered Tinycore a few days ago, and I really love it !

I am trying to setup a project and it, but I need pip and setuptools. I couldn't find them, so I searched the internet and this forum and apparently, it should be in python-distribute.tcz, but impossible to find this package from the app browser or tce-load -iw python-distribute. I tried to install everything related to python, but it is still not found. Could you help me locate those tools please ?

Thank you very much !

Juanito:
In the piCore 9.x repo there is a setuptools extension, but there are also the following files in the python extension:

/usr/local/lib/python2.7/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl
/usr/local/lib/python2.7/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl

piCoreUser1:
If you are using piCore-11, where there are no python tool extensions:


--- Code: ---tce-load -iw python3.8
sudo python3 -m ensurepip
python3 -m pip install setuptools
python3 -m pip install easy_install

--- End code ---

If you don't want to create an extension for your python programs then set up a virtual environment:

--- Code: ---python3 -m venv /mnt/mmcblk0p2/py

--- End code ---

Sonlis:
Thank you very much ! How could I miss this directory -.-

I am using python 2, so no uses for python 3, but thanks

Sonlis:
So I didn't want to create another topic, as it is still linked to the same project. I need the libatlas libraries, but found on the tinycore extensions repository that it is in "testing" mode. Will it be available in the future ?

Navigation

[0] Message Index

[#] Next page

Go to full version