I have solution!

1. You need to build cython locally. Install correct VS Libraries. For 
example Maya2018 require VS v14. You need to install Individual component 
and select some C++ build tools v14 and Windows SDK.
2. Install cpython for maya without binary, pip must build it on you local 
machine
Command: 
set LIB=<YOURPATH>\Maya2018\lib
<YOURPATH>\Maya2018\bin\mayapy.exe -m pip install cython --no-binary :all:
LIB variable is path to file python27.lib

Now cython is installed, you can try to compile with command from this 
example https://gist.github.com/nrtkbb/5b65d2f5ed42bd9947b5
mayapy.exe setup.py build_ext --inplace


-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/53dcbc83-bcd2-4f49-833b-5044d5081cf0%40googlegroups.com.

Reply via email to