jupyter notebook 进行impor keras时出现更重问题,解决一个出现一个,有谁知道怎么回事么?

import keras时 总是出现:
cannot import name 'xx' from 'xxx'
AttributeError: module 'tensorflow' has no attribute 'xxxx'
xxxxxx 'module' object has no attribute 'xxxxx'

尝试重装,更新都不行。。

tensorflow有没有安装,keras是基于tf的