Open Falengord opened 7 years ago
Have a look here:
http://stackoverflow.com/questions/21342931/error-importing-theano
If it still doesn't work, you can ask at theano user group or at stackoverflow. Or try conda.
@Falengord did you resolve the problem?
Hi sorry the late response, we didn't solve yet but we paused the work on that machine for now and we are currently running the library on another machine where is all fine
hi, I'm trying to use the MLPClassifier from hep.nnet, when running the code I get an error that suggest to add -fPIC during the Python compilation. I tried adding the -fPIC option in the makefile an also change from CFLAGS=... to CFLAGS+=... as suggested in some other discussions but both ways failed. I attach in the zip both the error that I receive and the Makefile generated via ./configure, I build it with gcc48 on slc6 x86_64 system with an lxplus-like configuration. Issues.zip Somone have an idea what I'm doing wrong?