Install pip<v8 in python3.2

前端 未结 1 1328
醉酒成梦
醉酒成梦 2021-01-14 15:46

I fail to install pip in python3.2. The newest version of pip (v8.x) seems to not support python3.2 any more.

So i tried: sudo python3 get-pip.py \'pip<8\' but it

相关标签:
1条回答
  • 2021-01-14 15:54

    I found the solution:

    I used the wrong get-pip, as per documentation of get-pip

    use https://bootstrap.pypa.io/3.2/get-pip.py

    0 讨论(0)
提交回复
热议问题