ish icon indicating copy to clipboard operation
ish copied to clipboard

How use and install pip for python2?

Open Kakegurai opened this issue 2 years ago • 2 comments

I use command apk add pip and pip install requests but it not working for my project in python2, my project use module requests colorama etc

Kakegurai avatar Nov 24 '23 16:11 Kakegurai

I use command apk add pip and pip install requests but it not working for my project in python2, my project use module requests colorama etc

I just search pip for python3, you can search in official website https://pkgs.alpinelinux.org/packages?name=*pip&branch=v3.14&repo=&arch=x86&maintainer=

This discussion maybe help you https://github.com/ish-app/ish/discussions/1529

tower-town avatar Dec 02 '23 00:12 tower-town

Use older Alpine 3.10 minirootfs, I guess it’s the last one supporting python 2. https://dl-cdn.alpinelinux.org/alpine/v3.10/releases/x86/alpine-minirootfs-3.10.9-x86.tar.gz then apk add python2 py2-pip

esgie avatar Dec 12 '23 17:12 esgie