我无法在 PyCharm 中导入 tensorflow_hub。我正在使用 Pycharm 2020.1.1
import tensorflow_hub as hub
我在 PyCharm 控制台和 cmd 中尝试过:
pip install tensorflow-hub
但是 PyCharm 仍然没有看到。
我无法在 PyCharm 中导入 tensorflow_hub。我正在使用 Pycharm 2020.1.1
import tensorflow_hub as hub
我在 PyCharm 控制台和 cmd 中尝试过:
pip install tensorflow-hub
但是 PyCharm 仍然没有看到。