python3.6无法正常使用tensorflow
/usr/lib/python3.6/importlib/_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)

解决方案:
python3.6 -m pip install --upgrade --user tensorflow


本文解决了一个常见的问题,即在使用Python3.6时遇到的TensorFlow版本不匹配错误。通过更新TensorFlow到兼容版本,可以避免运行时警告,确保机器学习项目正常运行。
4277

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



