dgovil/MLDeform

i have a question

Closed this issue · 2 comments

maya python version is 2.7.11
but pandas need numpy 1.3 or above...
tensorflow need python 3.5 or above..
so, i can't use maya running ‘’from MLDeform import train ‘’
happen a error...
because maya can't import pandas and tensorflow

Hi,
You should be able to get Tensorflow for Python 2.7. https://www.tensorflow.org/install/

You may need to get an older version of tensorflow depending on your OS because it looks like they are now requiring 3.5+ for Windows, but they still support 2.7 for macOS.

I just used anaconda to install tensorflow, and then I added the anaconda library paths to my Maya library paths.

oh, that's too bad, i'm windows 10