美文网首页机器学习
Mac上安装TensorFlow

Mac上安装TensorFlow

作者: AprilLiyuan | 来源:发表于2016-06-29 21:17 被阅读375次

Pip Installation

遇到问题

1.Operation not permitted

  • Solution: Add an --ignore-installed flag to the pip command.
  • eg:sudo pip install --upgrade $TF_BINARY_URL --ignore-installed

2.If executing pip with sudo, you may want the -H flag.

  • Solution: Add an -H flag to the pip command.
  • eg:sudo -H pip install --upgrade virtualenv

相关文章

网友评论

本文标题:Mac上安装TensorFlow

本文链接:https://www.haomeiwen.com/subject/nayxjttx.html