-
Hello all, sorry to bother you for help compiling, I had it all working before, but somehow cant compile the maya plugin anymore. I am trying USD 21.02 and Maya usd 0.8.0 for maya 2020 using python3.7 to build under windows 10. Usd builds fine and usdview works perfectly. I have tried in visual studio 2017 and 2019, both with python 2.7 and 3.7. all without success. When I move on to build the maya plugins, I use this command:
Unfortunately, this stops with this error:
Additionally in the CMakeError.log, I get the pthread.h error I found in some issues when I googled for build issues. Not sure if this is the real problem or the one above.
I have also tried using ninja:
But I got the same errors. Is there something I can do to get the plugin compiling again? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello all, sorry to answer my own question, I just got it to compile, by reinstalling python 3.7 and all the modules. I guess my old python install got corrupted somehow. Sorry for the noise! |
Beta Was this translation helpful? Give feedback.
Hello all, sorry to answer my own question, I just got it to compile, by reinstalling python 3.7 and all the modules. I guess my old python install got corrupted somehow. Sorry for the noise!