Open yqi19 opened 1 year ago
I couldn't find the fbx sdk python wheel for python 3.8 either, so I created a new venv with python 3.10 where I could use the FBX Python SDK from the website you mentioned above to import fbx animations.
I couldn't find the fbx sdk python wheel for python 3.8 either, so I created a new venv with python 3.10 where I could use the FBX Python SDK from the website you mentioned above to import fbx animations.
Yes, I also meet this question, and how did you solve it? @locoxsoco
(nvidiagym) jqwang@RL:~/jqwangFiles$ python test.py Importing module 'gym_38' (/home/jqwang16/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so) Setting GYM_USD_PLUG_INFO_PATH to /home/jqwang16/isaacgym/python/isaacgym/_bindings/linux-x86_64/usd/plugInfo.json /home/jqwang16/miniconda3/envs/nvidiagym/lib/python3.8/site-packages/torch/cuda/init.py:141: UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 11040). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at ../c10/cuda/CUDAFunctions.cpp:108.) return torch._C._cuda_getDeviceCount() > 0 No CUDA runtime is found, using CUDA_HOME='/usr' PyTorch version 2.2.1+cu121 Device count 2 /home/jqwang16/isaacgym/python/isaacgym/_bindings/src/gymtorch Using /home/jqwang16/.cache/torch_extensions/py38_cu121 as PyTorch extensions root... Emitting ninja build file /home/jqwang16/.cache/torch_extensions/py38_cu121/gymtorch/build.ninja... Building extension module gymtorch... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) ninja: no work to do. Loading extension module gymtorch... 2024-03-23 11:22:30,767 - INFO - logger - logger initialized
@JinQiangWang2021 You can manually edit your /home/jqwang16/isaacgym/python/isaacgym/torch_utils.py
and replace np.float
by np.float64
at line 135. :+1:
Hi, congratulations on your amazing work, when I was trying to install IsaacGymEnvs, I run into the issue that there is no module named fbx, and when I trying to solve it in https://aps.autodesk.com/developer/overview/fbx-sdk it seems that there is no wheel file at all. Then everything gets stuck. Does anyone know why?
Thank you!