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/
SP9144 has quit [Ping timeout: 240 seconds]
SP9144 has joined #mlpack
SP9144 has quit [Ping timeout: 265 seconds]
SP9144 has joined #mlpack
KimSangYeon-DGU has joined #mlpack
KimSangYeon-DGU has quit [Ping timeout: 240 seconds]
KimSangYeon-DGU has joined #mlpack
KimSangYeon-DGU has quit [Ping timeout: 252 seconds]
SP9144 has quit [Ping timeout: 268 seconds]
k3nz0 has quit [Ping timeout: 264 seconds]
KimSangYeon-DGU has joined #mlpack
ImQ009 has joined #mlpack
sak has joined #mlpack
sak has quit [Remote host closed the connection]
< sreenik[m]> rcurtin: Just saw the table and the room. Looks fantastic!
KimSangYeon-DGU has quit [Ping timeout: 240 seconds]
< rcurtin> sreenik[m]: yeah, the mentor summit is a really cool event and I'm glad that they put it on :)
< rcurtin> but I forgot to take a picture with atharva this year :(
SP9144 has joined #mlpack
Nakul has joined #mlpack
< Nakul> Hi all !
< Nakul> please help me with this i am tired of this error
< Nakul> i tried stackoverflow but did not get any solution
< Nakul> ```collect2: error: ld returned 1 exit statussrc/mlpack/methods/cf/CMakeFiles/mlpack_cf.dir/build.make:99: recipe for target 'bin/mlpack_cf' failedmake[2]: *** [bin/mlpack_cf] Error 1CMakeFiles/Makefile2:1928: recipe for target 'src/mlpack/methods/cf/CMakeFiles/mlpack_cf.dir/all' failedmake[1]: ***20:19 < Nakul>
< Nakul> [src/mlpack/methods/cf/CMakeFiles/mlpack_cf.dir/all] Error 2running buildrunning build_pycopying /home/knakul853/Desktop/Gsoc2020/mlpack-3.2.1/build/src/mlpack/bindings/python/mlpack/matrix_utils.py -> build/lib/mlpack[ 10%] Built target python_copyMakefile:138: recipe for target 'all' failedmake: *** [all] Error 2```
SP9144 has quit [Ping timeout: 240 seconds]
SP9144 has joined #mlpack
< sreenik[m]> rcurtin: :)
ImQ009 has quit [Quit: Leaving]
< zoq> Nakul: Hm, can you tell us more about your system, looks like this is related to the python bindings. You could use -DBUILD_PYTHON_BINDINGS=OFF in the cmake step to turn the bindings off.
SP9144 has quit [Read error: Connection reset by peer]
< Nakul> zoq sure i am using ubuntu 16.04 ,python 3.7.3 here is the output of the make -j4 https://pastebin.com/rEX6GsFC and sudo make install https://pastebin.com/cyqeKy00
< Nakul> i upgraded and removed all the installations and tried again but getting the same error
< zoq> Nakul: Do you use anaconda?
< Nakul> yes
< zoq> can you update your LD_LIBRARY_PATH env?
< zoq> export LD_LIBRARY_PATH=/home/abc/libs:${LD_LIBRARY_PATH}
< zoq> where /home/abc/libs is the path to libarmadillo.so
< Nakul> After doing this do i need to buld again from start ?
Nakul has quit [Remote host closed the connection]
< zoq> Nakul: unfortunately yes
Nakul has joined #mlpack
Nakul has quit [Remote host closed the connection]