Message 1 of 3
can't install python module with c bindings for maya 2018

Not applicable
08-30-2018
05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi there,
Using maya 2018 for windows and MS Visual studio 2015.
I'm trying to build/install a python module with c bindings (https://github.com/caseman/noise)
cmd:-
mayapy.exe /path/to/noise/setup.py build
(with following vcvarsall.bat error)
running build
running build_py
running build_ext
building 'noise._simplex' extension
error: Unable to find vcvarsall.bat
I've set env variable %VS140COMNTOOLS% to /program files/VS14/common7/tools, and set it
SET VS90COMNTOOLS=%VS140COMNTOOLS%
if anyone has a work around or better way of doing it - would be highly appreciated.
thanks,
D