Skip to content

Instantly share code, notes, and snippets.

@huhuhang
Last active September 26, 2019 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huhuhang/7699598dc816e7db025ac67a2d21239f to your computer and use it in GitHub Desktop.
Save huhuhang/7699598dc816e7db025ac67a2d21239f to your computer and use it in GitHub Desktop.
shiyanlou 1080 course install tensorflow 2
# 解决线上环境的一些依赖问题,本地无需这些操作
pip install --upgrade pip msgpack setuptools h5py
pip uninstall tensorflow -y
pip install -U --ignore-installed wrapt
pip install tensorflow==2.0.0-rc1 # 安装 TensorFlow 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment