Forum: Poser Python Scripting


Subject: Installing Third-Party Packages into Poser's Internal Python Installation

Iuvenis_Scriptor opened this issue on May 24, 2022 ยท 6 posts


structure posted Tue, 24 May 2022 at 10:41 PM Forum Coordinator

import pip
pip._internal.main( [ 'install', packageName ] )


I am not sure if this still works, but this is how it was done when we upgraded to python3.7

Locked Out