- I followed [Tensorflow Metal Installation](https://developer.apple.com/metal/tensorflow-plugin/) and I was able to run tensorflow and train neural networks on Apple M1. - Then I tried to install Tensorflow Object Detection API following [Installation Guidelines](https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html) - The installation fails with the following message <img width="1341" alt="Screenshot 2021-08-30 at 5 46 46 AM" src="https://user-images.githubusercontent.com/11299270/131270170-8135a96f-8797-4f29-8c62-65fb635d8404.png"> I tried many things, but no luck as yet.