ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 246 seconds]
gautam has joined #mlpack
< gautam>
Hi, I'm new here and to mlpack. I installed mlpack with armadillo version 8.400.0, the least version mentioned in the readme. I was trying out the program mentioned in this issue https://github.com/mlpack/mlpack/issues/2071 and it gave an error on using the function rows(), as it turns out this was introduced in a later version of armadillo. So, I downloaded the source of the latest version (9.800.2) and installed it using cmake. I did not remove the
< gautam>
older one. The program on compilation now gives an error I can not make sense of. Here it is: https://ibb.co/w4sZ4Mq. I'd appreciate any help or feedback. Thanks.
< zoq>
gautam: Hello, I would remove the other armadillo version and make sure to link against hdf5 as well if you build armadillo with hdf5 support.
< gautam>
Thanks zoq. I searched on how to uninstall it and found to remoce the files mention in the install_manifest.txt. Unfortunately I do deleted that folder. How do I delete the older version now? Am I even making sense? /usr/include only contains 1 folder named armadillo. I've tried removing everything and reinstalling.
< zoq>
did you remove the armadillo lib as well? not sure it's probably in /usr/local/lib/
< gautam>
It's present in /usr/lib and I hadn't removed it. Thank you! Will try this.
gautam has quit [Read error: Connection reset by peer]