Forum: Poser Python Scripting


Subject: Installing PIP in Poser 11

adp001 opened this issue on Dec 11, 2021 ยท 2 posts


adp001 posted Sat, 11 December 2021 at 6:19 AM

It may not work for you, but I could install PIP for Python 2.7 in Poser 11 doing the following:

Download "get-pip.py" from the Internet: https://bootstrap.pypa.io

Modifying the script in one place (removing "sys.exit").

Making the path "...Poser 11\Runtime\Python\Lib\site-packages" writable.

Starting the modified script.


If you want to try it, you can download the modified script from my Website: https://adp.spdns.org/get-pip.py