问题
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