Posts

Post marked as solved
2 Replies
4.6k Views
I'm trying to install tensorflow with metal support on my 16" macbook pro (intel) using these steps: Getting Started with tensorflow-metal PluggableDevice Based on issue 683757, I used a python 3.8 environment, but I still got the same error: (tensorflow-metal_env) (base) f@As-MBP Environments % pip list Package  Version ---------- ------- pip    21.1.3 setuptools 57.0.0 wheel   0.36.2 (tensorflow-metal_env) (base) f@As-MBP Environments % python -m pip install tensorflow-macos ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none) ERROR: No matching distribution found for tensorflow-macos (tensorflow-metal_env) (base) f@As-MBP Environments % python -V Python 3.8.1 How can I get tensorflow-macos installed? Thanks for the help! Adam
Posted Last updated
.