'fbx.so: undefined symbol: xmlFree

Build FBX python bindings on Ubuntu 20.10 with Python3.8 got error:

fbx.so: undefined symbol: xmlFree

I have files generated in side build/Distro/site-packages/fbx:

ls build/Distrib/site-packages/fbx
FbxCommon.py  fbx.so  sip.so

I copied all files into

cp -r build/Distrib/site-packages/fbx/* /home/jintian/anaconda3/lib/python3.8/site-packages/

what have I miss? Why got that error??



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source