Hello, I used to able to use Theano a few months ago, but very weirdly now I seem not to be able to import Theano (I might have changed something on my system, but I have no idea what). It just hangs during the import forever with this message:
$ python Python 2.7.10 (default, Sep 23 2015, 04:34:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import theano INFO (theano.gof.compilelock): Waiting for existing lock by process '30297' (I am process '153') INFO (theano.gof.compilelock): To manually release the lock, delete /Users/ luca/.theano/compiledir_Darwin-16.0.0-x86_64-i386-64bit-i386-2.7.10-64/ lock_dir INFO (theano.gof.compilelock): Waiting for existing lock by process '153' (I am process '153') INFO (theano.gof.compilelock): To manually release the lock, delete /Users/ luca/.theano/compiledir_Darwin-16.0.0-x86_64-i386-64bit-i386-2.7.10-64/ lock_dir INFO (theano.gof.compilelock): Waiting for existing lock by process '153' (I am process '153') INFO (theano.gof.compilelock): To manually release the lock, delete /Users/ luca/.theano/compiledir_Darwin-16.0.0-x86_64-i386-64bit-i386-2.7.10-64/ lock_dir INFO (theano.gof.compilelock): Waiting for existing lock by process '153' (I am process '153') ... I tried changing the complie dir in my .theanorc but it still gets stuck. My clang++ version is: $ clang++ --version Apple LLVM version 8.0.0 (clang-800.0.38) Target: x86_64-apple-darwin16.0.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/ XcodeDefault.xctoolchain/usr/bin Thanks -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
