Last active
December 11, 2015 02:19
-
-
Save bayerj/4529775 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tmp ❯❯❯ py importtheano.py | |
| Vendor: continuumProduct: anacondapro | |
| Message: trial mode expires in 27 days | |
| WARNING (theano.gof.compilelock): Overriding existing lock by dead process '82054' (I am process '82104') | |
| > /Users/bayerj/devel/Theano/theano/gof/cmodule.py(264)dlimport() | |
| -> try: | |
| (Pdb) s | |
| > /Users/bayerj/devel/Theano/theano/gof/cmodule.py(265)dlimport() | |
| -> print module_name | |
| (Pdb) s | |
| lazylinker_ext.lazylinker_ext | |
| > /Users/bayerj/devel/Theano/theano/gof/cmodule.py(266)dlimport() | |
| -> rval = __import__(module_name, {}, {}, [module_name])(Pdb) s | |
| Fatal Python error: PyThreadState_Get: no current thread[1] | |
| 82104 abort python importtheano.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment