Skip to content

pip installation fails on mac #455

@tsrobinson

Description

@tsrobinson

System information

  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No.
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS 10.14.6
  • TensorFlow installed from (source or binary): PyPi
  • TensorFlow version (use command below): 2.0.0-beta1
  • TensorFlow Addons installed from (source, PyPi): PyPi
  • TensorFlow Addons version: 0.4.0
  • Python version and type (eg. Anaconda Python, Stock Python as in Mac, or homebrew installed Python etc): homebrew installed Pyton 3.7/ Stock Mac Python 2.7
  • Bazel version (if compiling from source):
  • GCC/Compiler version (if compiling from source):
  • Is GPU used? (yes/no):
  • GPU model (if used):

pip install tensforflow-addons still returns:

"ERROR: Could not find a version that satisfies the requirement tensorflow-addons (from versions: none)
ERROR: No matching distribution found for tensorflow-addons"

pip install tensorflow-addons== returns the same error without listing versions.

But if I search pip search tensorflow-addons it does appear in the list.

Sorry if i have missed something, but I checked #389 and #77 and it seems like it should work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions