Running pip install horovod
in a conda environment with pytorch installed resulted in
error: None of TensorFlow, PyTorch, or MXNet plugins were built. See errors above.
where the root problem near the top of stdout is
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.
CFLAGS=-mmacosx-version-min=10.9 pip install horovod
, inspired from this seemingly unrelated Horovod issue.This issue thread from pandas has a nice explanation: