Skip to content
New issue

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

FBX文件转换失败的原因未知?如何解决 #18

Open
SHMay100G opened this issue Apr 18, 2023 · 1 comment
Open

FBX文件转换失败的原因未知?如何解决 #18

SHMay100G opened this issue Apr 18, 2023 · 1 comment

Comments

@SHMay100G
Copy link

(base) bash-5.1# conda run -n pythonocc python /opt/3d-model-convert-to-gltf/server/convert.py fbx /opt/3d-model-convert-to-gltf/assets/Samba_Dancing.fbx /opt/out_test.glb no-draco
ERROR conda.cli.main_run:execute(33): Subprocess for 'conda run ['python', '/opt/3d-model-convert-to-gltf/server/convert.py', 'fbx', '/opt/3d-model-convert-to-gltf/assets/Samba_Dancing.fbx', '/opt/out_test.glb', 'no-draco']' command failed. (See above for error)
True False

fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
fbx2gltf: /usr/lib/libstdc++.so.6: no version information available (required by fbx2gltf)
Traceback (most recent call last):
File "/opt/3d-model-convert-to-gltf/server/convert.py", line 36, in
main()
File "/opt/3d-model-convert-to-gltf/server/convert.py", line 23, in main
out_convert_gltf_path = Convert.convert_by_type(sys.argv[1], os.path.abspath(sys.argv[2]), is_bin, need_draco)
File "/opt/3d-model-convert-to-gltf/server/service/Convert.py", line 220, in convert_by_type
result = model.handler(file_path, is_bin, need_draco)
File "/opt/3d-model-convert-to-gltf/server/service/Convert.py", line 186, in handler
raise ConvertException('fbx convert draco gltf fail, file:' + convert_gltf_path)
exception.ConvertException.ConvertException: fbx convert draco gltf fail, file:/opt/3d-model-convert-to-gltf/assets/Samba_Dancing.fbx.glb

@Fine974
Copy link

Fine974 commented Mar 13, 2024

请问你解决了这个问题吗,我也遇到了同样的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants