安装Rust的MPI时出错:无法运行自定义生成命令

安装Rust的MPI时出错:无法运行自定义生成命令,rust,mpi,Rust,Mpi,请协助,我正在尝试安装MPI以防生锈,我得到以下错误: error: failed to run custom build command for `mpi-sys v0.2.0 (https://github.com/rsmpi/rsmpi#055d5036)` Caused by: process didn't exit successfully.. error: failed to run custom build c

请协助,我正在尝试安装MPI以防生锈,我得到以下错误:

error: failed to run custom build command for `mpi-sys v0.2.0 (https://github.com/rsmpi/rsmpi#055d5036)`                                 
Caused by:
  process didn't exit successfully..
error: failed to run custom build command for `libffi-sys v0.6.3`

Caused by:
  process didn't exit successfully:
添加了
[dependency]
如下:
mpi={git=”https://github.com/rsmpi/rsmpi“}
。我在github中尝试了以下文档,添加了
[dependency]
,如下所示:
mpi=“0.5”
,但收到了以下错误:

error: failed to run custom build command for `mpi-sys v0.2.0 (https://github.com/rsmpi/rsmpi#055d5036)`                                 
Caused by:
  process didn't exit successfully..
error: failed to run custom build command for `libffi-sys v0.6.3`

Caused by:
  process didn't exit successfully:

请提供更多的上下文:您运行了什么命令来获取输出(我假设
货物构建
)?为什么要像GitHub页面上的说明那样添加依赖项?编辑了我的问题。请参见上文。请添加更多上下文。应该有一些消息描述失败的命令。请提供更多的上下文:您运行了什么命令来获得输出(我假设
货物构建
)?为什么要像GitHub页面上的说明那样添加依赖项?编辑了我的问题。请参见上文。请添加更多上下文。应该有一些消息描述失败的命令。