jupyter notebook中安装official错误

问题遇到的现象和发生背景
ModuleNotFoundError: No module named 'official'

问题相关代码,请勿粘贴截图
!pip uninstall official -y
!pip install official -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

运行结果及报错内容

WARNING: Skipping official as it is not installed.
Looking in indexes: http://pypi.douban.com/simple/
ERROR: Could not find a version that satisfies the requirement official (from versions: none)
ERROR: No matching distribution found for official

我的解答思路和尝试过的方法

换成豆瓣镜像了还是不行

我想要达到的结果

安装official

你好,TensorFlow2.0以上版本出现报错
ModuleNotFoundError: No module named 'official’

可以使用以下命令下载:

pip install tf-models-official
pip install tf-models-official -i http://pypi.douban.com/simple/ # 豆瓣源


img