Problem Compiling Python 3.7 FBX Modules with FBX 2020.0.1 bindings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm on Windows 10,
I'm attempting to generate a Python 37 (64bit) version of the fbx modules.
- Using Python 3.7.3 (from Python.org)
- Using the FBX Python Bindings for windows (2020.0.1)
- Using sip-4.19.3 package (which the install instructions suggest) -- but have also tried the sip-4.19.20.
I am unable to complete the build of the python3_x64 build and am unsure how to proceed. There are 9 errors during the run that look like the following:
.\sipfbxFbxBindingTableBase.cpp(55): error C3668: 'sipFbxBindingTableBase::Clone': method with override specifier 'override' did not override any base class methods
Ultimately ending the script run with the following NMAKE message:
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\cl.EXE"' : return code '0x2'
I realize this is new for Autodesk to supply these files -- so not sure if anyone has successfully compiled the items in the wild. Any suggestions / hints would be welcome. Would love to leave the Python 3.3 world to the past :).