我按照 TensorFlow 网站中给出的说明安装 tensorflow_hub 并将其安装在 conda 环境中。
$ pip install "tensorflow>=2.0.0"
$ pip install --upgrade tensorflow-hub
Run Code Online (Sandbox Code Playgroud)
我在 anaconda prompt 中运行了上面的命令
但我仍然ModuleNotFoundError对“tensorflow_hub”感到满意。
任何帮助在这里表示赞赏。提前致谢
python tensorflow tensorflow-hub tensorflow2.0 modulenotfounderror