按照官网上安装的步骤
会碰到如下问题
bootstrap.py:219: RuntimeWarning: compiletime version 3.5 of
module 'tensorflow.python.framework.fast_tensor_util' does not match
runtime version 3.6
return f(*args, **kwds)
- 解决方案一
github_solution
但是按照这个人的.whl安装包又碰到了这个问题 cannot open shared object file: No such file or directory,存在根本无法安装tensorflow的情况。解决方案是安装intel_mkl,具体的安装过程比较曲折,make install
这条命令出现了错误,最后使用了sudo make install
不知道最后结果怎么样。然后将这条路径添加到/etc/profile。 - 标注:将intel_mkl_dnn下载到了
/program_wrk/tensorflow_work/mkl-dnn/build
同时它的安装目录在/usr/local/lib