pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Julia 0.6 and Mocha instalation #235

Closed BoianAlexandrov closed 6 years ago

BoianAlexandrov commented 7 years ago

problem with Pkg.add("Mocha") in Julia 0.6; it gives: LoadError: failed process: Process(g++ -fPIC -Wall -O3 -shared '' -o libmochaext.so im2col.cpp pooling.cpp, ProcessExited(1)) [1]

greenflash1357 commented 7 years ago

Most likely you are running under Windows. As the documentation states the native extension can currently not be compiled under windows.

You can safely ignore the error during the automatic build of Mocha.