分享
Troubleshooting
输入“/”快速插入内容
Troubleshooting
飞书用户8895
6月4日修改
ImportError: libpython3.8m.so.1.0: cannot open shared object file: No such file or directory
代码块
XML
mkdir -p ~/anaconda3/envs/your_env_name/etc/conda/activate.d
nano ~/anaconda3/envs/your_env_name/etc/conda/activate.d/env_vars.sh
add Add the following line to the file to set your
LD_LIBRARY_PATH
:
代码块
XML
export LD_LIBRARY_PATH=your_isaacgym_path/python/isaacgym/_bindings/linux-x86_64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=~/anaconda3/envs/your_env_name/lib:$LD_LIBRARY_PATH