It seems that the installation of Python has changed from Cinema4D R20. Allows you to pip install.
C:\Program Files\MAXON\Cinema 4D RXX\resource\modules\python\libs\win64\python27.vs2008.framework
It seems that the library must be included here for R20 and above.
By the way, the version of python is 2.7.
<br>
## Allow pip install
Download get-pip.py from [here](https://bootstrap.pypa.io/get-pip.py).
Place it directly under the above python directory.
<img width="400" alt="vx1g1-mikvn.gif" src="https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/190301/83d44f48-f234-f9ec-b727-d280b39d5aad.gif">
How to write I made it a gif because I think I will forget it myself> <
-Execute the command as an administrator
-Go to the above directory and install get-pip.py in Python
・ If successfully appears, the 3rd party library can now be pip installed.
・ Can be installed with ```. \ Python.exe -m pip instal ~~` ``
-Open the C4D console and ```import ~~` `` and if no error occurs, you can import.
** What was pip installed is stored here **
#### **`C:\Program Files\MAXON\Cinema 4D RXX\resource\modules\python\libs\win64\python27.vs2008.framework\lib\site-packages`**
.
Recommended Posts