Closed yl-wang996 closed 1 year ago
I also have trouble in recording the video, but is it really related to FBX? 👀
I got the same issue - 'fbx error'. But in the end it seems has nothing to do with fbx python binding at all.
Ubuntu: 20.04 Python: 3.8 Nvidia Driver: 450.
Erros 1.fbx moudle import error. 2.GPU Pipe Line disabled.
How the problem is gone 1.Update nvidia driver from 450 to 510. 2.Reboot
The FBX Importer error message is due to the fact that we import the skeleton code as part of the task initialization, but it's only used for the AMP examples:
You can ignore the FBX error for other environments if you don't have it installed.
As other people said, perhaps it was caused by another issue. Thanks. I will check my code.
Hi, have you solved this? I am running into the same issue!
error1 : FBX library failed to load - importing FBX data will not succeed. error2: other problems
i solve the error2,but error1 is still exist. And the isaacgymenvs example is can still works. i run the task == Trifinger and task == Ant . So, maybe we can now ignore the FBX error , and continue learning
When I try to run the following code:
Then the generated video file is empty and report following error:
Then by the given link, it told me to try to install the fbx python binding, there is no wheel file, which should be there. And everything seems get stuck.