When trying to install version 1.6.3 using pypi in Mac M1
pip install tfjs-graph-converter==1.6.3
I'm getting the following error
ERROR: Could not find a version that satisfies the requirement tensorflow-metal>=2.3; platform_machine == "arm64" (from tfjs-graph-converter) (from versions: 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 0.8.0, 1.0.0, 1.0.1) ERROR: No matching distribution found for tensorflow-metal>=2.3; platform_machine == "arm64"
When trying to install version 1.6.3 using pypi in Mac M1
pip install tfjs-graph-converter==1.6.3
I'm getting the following error
ERROR: Could not find a version that satisfies the requirement tensorflow-metal>=2.3; platform_machine == "arm64" (from tfjs-graph-converter) (from versions: 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 0.8.0, 1.0.0, 1.0.1) ERROR: No matching distribution found for tensorflow-metal>=2.3; platform_machine == "arm64"