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.
Asked
Active
Viewed 168 times
0

Pankaj Singh
- 36
- 5
-
1Please, copy the text rather than posting a screenshot. – choroba Nov 28 '19 at 10:38
1 Answers
0
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.

tsnowlan
- 3,472
- 10
- 15