maya_python_packages icon indicating copy to clipboard operation
maya_python_packages copied to clipboard

Adding python packages to list

Open AtonLerin opened this issue 8 years ago • 3 comments

Hello,

It's not really an issue, but a suggestion you can also have a look at Eric Vignola compilation work for mayapy (maya python interpreter).

This is the google drive link: https://drive.google.com/folderview?id=0BwsYd1k8t0lEfjJqV21yTnd2elVhNXEyTXhHclhxbDhvWVF5WWZUeVFISWViaFh1TzhrNTQ&usp=sharing

This is how to compile your own python similar to mayapy (so then you can pip install any package in the right way): https://groups.google.com/forum/#!topic/python_inside_maya/yTOP-en1fDY

(Mostly the problem is with windows and numpy/scipy package as they call Fortran Libs ... and windows doesnt have a GNU compiler by default... so pip install with python 2.7 and then pasting it to maya python package folder wont work.)

AtonLerin avatar Mar 15 '16 18:03 AtonLerin

Thanks your suggestion, I add you to contributor, and you can do everything for this...

zclongpop123 avatar Mar 16 '16 01:03 zclongpop123

Great I'll add other important python package to your repository !

Cheers A.

AtonLerin avatar Mar 16 '16 10:03 AtonLerin

Done. I have added some important packages for windows only and also a README as well. Just in case people doesn't know what are those crazy package :)

AtonLerin avatar Mar 17 '16 20:03 AtonLerin