patlevin / tfjs-to-tf

A TensorFlow.js Graph Model Converter
MIT License
139 stars 18 forks source link

Could not find a version that satisfies the requirement tensorflow-metal>=2.3 #46

Open dguari1 opened 1 year ago

dguari1 commented 1 year ago

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"