06 2025 档案
修复ImportError: libnccl.so.2: cannot open shared object file: No such file or directory
摘要:https://docs.nvidia.com/deeplearning/nccl/install-guide/index.html https://developer.nvidia.com/nccl
阅读全文
修复:ImportError: libcusparseLt.so.0: cannot open shared object file: No such file or directory
摘要:https://discuss.pytorch.org/t/importerror-libcusparselt-so-0-cannot-open-shared-object-file-no-such-file-or-directory/190061/5
阅读全文
如何使用conda虚拟环境编译ros包
摘要:✅ 2. 创建并激活 Conda 环境 conda create -n ros_env python=3.8 -y # Noetic 支持 Python 3.8 conda activate ros_env ✅ 3. 在 Conda 环境中配置 ROS 环境变量 你需要手动将 ROS 的环境变量引入
阅读全文