linux报错pip is configured with locations that require TLS/SSL, however the ssl module in Python is no


pkg install openssl

之后再重新pip,??自己的pip版本,比如 

pip3.10 install ipython -i https://pypi.tuna.tsinghua.edu.cn/simple some-package

输入
ls /data/data/com.termux/files/usr/bin|grep pip可查看pip版本

相关