环境:
Ubuntu 20.04 LTS
python3.8
安装theano和libgpuarray之后import theano,报错Exception: Compilation failed (return status=1): /home/jywang/.theano/compiledir_Linux-5.13–generic-x86_64-with-glibc2.29-x86_64-3.8.10-64/lazylinker_ext/mod.cpp:1:10: fatal error: Python.h: No such file or directory. 1 | #include <Python.h>. | ^~~~~~~~~~. compilation terminated… :
ssh://jywang@123.57.221.121:7712/usr/bin/python3 -u /home/jywang/code/GRU4Rec/mooc_cube_course/run.py
You can find the C code in this temporary file: /tmp/theano_compilation_error_kmuls7kn
Traceback (most recent call last):
File "/home/jywang/.local/lib/python3.8/site-packages/theano/gof/lazylinker_c.py", line 76, in <module>
raise ImportError(
ImportError: Version check of the existing lazylinker compiled file. Looking for version 0.211, but found None. Extra debug information: force_compile=False, _need_reload=True
During handling of the above exception, another exceptio