- Traceback (most recent call last):
- File "/root/.pyenv/versions/3.5.1/lib/python3.5/site-packages/theano/gof/lazylinker_c.py", line 74, in <module>
- raise ImportError()
- ImportError
-
- During handling of the above exception, another exception occurred:
-
- Traceback (most recent call last):
- File "/root/.pyenv/versions/3.5.1/lib/python3.5/site-packages/theano/gof/lazylinker_c.py", line 91, in <module>
- raise ImportError()
- ImportError
-
- During handling of the above exception, another exception occurred:
使用如下安装:
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.5.1
本文记录了一次在Python环境下使用Theano库时遇到的懒链接C导入错误问题,并提供了详细的错误堆栈跟踪信息。通过环境变量配置尝试解决由共享库导致的导入失败。

被折叠的 条评论
为什么被折叠?



