Install TensorFlow addons

假如想象 提交于 2020-01-16 08:36:10

问题


I have a venv with the following details:

  • python 3.6
  • TensorFlow 2.0.0

I tried to install tensorflow-addons using the following:

pip install -q --no-deps tensorflow-addons~=0.6

But then I keep receiving the following error:

Could not find a version that satisfies the requirement tensorflow-addons~=0.6 (from versions: ) No matching distribution found for tensorflow-addons~=0.6

You are using pip version 18.0, however version 19.3.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.

I also tried other versions of tensorflow-addons, e. g., 0.4.0, 0.5.0, ..., but it did not work out.


回答1:


I think the answer to your question may be provided here: https://github.com/tensorflow/addons/issues/222



来源:https://stackoverflow.com/questions/59102460/install-tensorflow-addons

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!