首页 > 解决方案 > 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. I have attached the error message that is being returned. Has anyone has had any success in installing this module. I have attached error message that is being returned

标签: perlmxnet

解决方案


Note the specific error message: error: mxnet_wrap.o: No such file or directory

You need to compile/install MXNet before installing the perl module. See the documentation for details on building the shared library and installing the perl module.


推荐阅读