在安装了 pytorch 的 conda 环境中运行pip install horovod
导致
error: None of TensorFlow, PyTorch, or MXNet plugins were built. See errors above.
标准输出顶部附近的根本问题是
ld: library not found for -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
INFO: Unable to build PyTorch plugin, will skip it.