简体   繁体   English

在 Perl 5.24 上安装 AI::MXNet

[英]Installing AI::MXNet on Perl 5.24

I am unable to install AI::MXNet module on Perl version > 5.24 using Windows 10 and ubuntu 16. I have tried using ppm install AI::MXNet , cpanm install AI::MXNet and cpan install AI::MXNet.我无法使用 Windows 10 和 ubuntu 16 在 Perl 版本 > 5.24 上安装 AI::MXNet 模块。我尝试使用 ppm install AI::MXNet 、 cpanm install AI::MXNet 和 cpan install AI::MXNet 。 I have attached the error message that is being returned.我已附上返回的错误消息。 Has anyone has had any success in installing this module.有没有人成功安装过这个模块。 我附上了正在返回的错误消息

Note the specific error message: error: mxnet_wrap.o: No such file or directory注意具体的错误信息: error: mxnet_wrap.o: No such file or directory

You need to compile/install MXNet before installing the perl module.在安装 perl 模块之前,您需要编译/安装 MXNet。 See the documentation for details on building the shared library and installing the perl module .有关构建共享库安装 perl 模块的详细信息,请参阅文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM