Hi everyone, i'm new to tiny core linux, i'm using it basically only in boot2docker. After recent python.tcz repository update, can't install pip anymore. I'm using this command line
tce-load -wi python && curl
https://bootstrap.pypa.io/get-pip.py | sudo python - && sudo pip install -U docker-compose
Getting this error
Traceback (most recent call last):
File "<stdin>", line 17759, in <module>
File "<stdin>", line 162, in main
File "<stdin>", line 82, in bootstrap
File "/tmp/tmpbuE2Di/pip.zip/pip/__init__.py", line 15, in <module>
File "/tmp/tmpbuE2Di/pip.zip/pip/vcs/subversion.py", line 9, in <module>
File "/tmp/tmpbuE2Di/pip.zip/pip/index.py", line 30, in <module>
File "/tmp/tmpbuE2Di/pip.zip/pip/wheel.py", line 35, in <module>
File "/tmp/tmpbuE2Di/pip.zip/pip/_vendor/distlib/scripts.py", line 14, in <module>
File "/tmp/tmpbuE2Di/pip.zip/pip/_vendor/distlib/compat.py", line 31, in <module>
ImportError: cannot import name HTTPSHandler
Will appreciate for any help. Also would be good if you point me, where i can download old version of python.tcz
I've seen this changes in changelog, so i think it is related.
python.tcz
Description: Python programming language
Current: 2015/09/04 recompiled for updated openssl (juanito)
Uploaded on Sat Sep 05 10:37
####################################################