We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am sorry but when I followed the instruction in Readme to install fbx, I got such error "ModuleNotFoundError: No module named 'fbxsip'"
The text was updated successfully, but these errors were encountered:
Did you add fbxpy to your sys path? sys.path.append('<YOUR_FBX_PYTHON_BINDING_PATH>/build/Distrib/site-packages/fbx/')
sys.path.append('<YOUR_FBX_PYTHON_BINDING_PATH>/build/Distrib/site-packages/fbx/')
Sorry, something went wrong.
you can also make a copy of fbxsip.so and then move it to your site-packages directory
No branches or pull requests
I am sorry but when I followed the instruction in Readme to install fbx, I got such error "ModuleNotFoundError: No module named 'fbxsip'"
The text was updated successfully, but these errors were encountered: