[tensorflow 问题解决]解决 module ‘tensorflow‘ has no attribute ‘compat‘ 的问题**

解决 module ‘tensorflow’ has no attribute ‘compat’ 的问题

问题描述:tensorflow因为版本问题,所以重装了一下conda环境,然后在运行jupyterlab时,import tensorflow便跳出该问题

并出现 Could not determine jupyterlab build status without nodejs

解决:推测这个问题应该不是tensorflow自身问题,问题可能出在Jupyterlab或者环境上,于是在环境中重装了jupyterlab后,运行无异常。

conda activate your_env  # 你的环境
conda install jupyterlab

你可能感兴趣的:(tensorflow,tensorflow)