No supported GPU was found.

I just recreated my tensorflow-metal virtual environment on OS X 11.6. Now, when I import tensorflow, I am getting: No supported GPU was found.

My AMD GPU worked in the prior versions of OS X 11.6. Do the latest versions require OS X 12?

% ipython
Python 3.8.5 (default, Sep  4 2020, 02:22:02) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.28.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import tensorflow
No supported GPU was found.

 % pip list
Package                  Version
------------------------ ---------
absl-py                  0.12.0
anyio                    3.3.2
appnope                  0.1.2
argon2-cffi              21.1.0
astunparse               1.6.3
attrs                    21.2.0
Babel                    2.9.1
backcall                 0.2.0
bleach                   4.1.0
bokeh                    2.3.3
cachetools               4.2.4
certifi                  2021.5.30
cffi                     1.14.6
charset-normalizer       2.0.6
clang                    5.0
cloudpickle              2.0.0
cycler                   0.10.0
Cython                   0.29.24
debugpy                  1.5.0
decorator                5.1.0
defusedxml               0.7.1
dill                     0.3.4
distinctipy              1.1.5
dm-tree                  0.1.6
entrypoints              0.3
flatbuffers              1.12
future                   0.18.2
gast                     0.4.0
gensim                   3.8.3
google-auth              1.35.0
google-auth-oauthlib     0.4.6
google-pasta             0.2.0
googleapis-common-protos 1.53.0
grpcio                   1.41.0
h5py                     3.1.0
hdbscan                  0.8.27
idna                     3.2
importlib-resources      5.2.2
ipykernel                6.4.1
ipython                  7.28.0
ipython-genutils         0.2.0
ipywidgets               7.6.5
jedi                     0.18.0
Jinja2                   3.0.2
joblib                   1.1.0
json5                    0.9.6
jsonschema               4.0.1
jupyter-client           7.0.6
jupyter-core             4.8.1
jupyter-server           1.11.1
jupyterlab               3.1.18
jupyterlab-pygments      0.1.2
jupyterlab-server        2.8.2
jupyterlab-widgets       1.0.2
keras                    2.6.0
Keras-Preprocessing      1.1.2
kiwisolver               1.3.2
llvmlite                 0.37.0
Markdown                 3.3.4
MarkupSafe               2.0.1
matplotlib               3.4.3
matplotlib-inline        0.1.3
mistune                  0.8.4
nbclassic                0.3.2
nbclient                 0.5.4
nbconvert                6.2.0
nbformat                 5.1.3
nest-asyncio             1.5.1
nmslib                   2.1.1
notebook                 6.4.4
numba                    0.54.0
numpy                    1.20.3
oauthlib                 3.1.1
opt-einsum               3.3.0
packaging                21.0
pandas                   1.3.3
pandocfilters            1.5.0
parso                    0.8.2
pexpect                  4.8.0
pickleshare              0.7.5
Pillow                   8.3.2
pip                      21.2.4
prometheus-client        0.11.0
promise                  2.3
prompt-toolkit           3.0.20
protobuf                 3.18.1
psutil                   5.8.0
ptyprocess               0.7.0
pyasn1                   0.4.8
pyasn1-modules           0.2.8
pybind11                 2.6.1
pycparser                2.20
Pygments                 2.10.0
pynndescent              0.5.4
pyparsing                2.4.7
pyrsistent               0.18.0
python-dateutil          2.8.2
pytz                     2021.3
PyYAML                   5.4.1
pyzmq                    22.3.0
requests                 2.26.0
requests-oauthlib        1.3.0
requests-unixsocket      0.2.0
rsa                      4.7.2
scikit-learn             1.0
scipy                    1.7.1
Send2Trash               1.8.0
setuptools               47.1.0
six                      1.15.0
smart-open               5.2.1
sniffio                  1.2.0
tabulate                 0.8.9
tensorboard              2.6.0
tensorboard-data-server  0.6.1
tensorboard-plugin-wit   1.8.0
tensorflow               2.6.0
tensorflow-consciousness 0.1
tensorflow-datasets      4.4.0
tensorflow-estimator     2.6.0
tensorflow-gan           2.1.0
tensorflow-hub           0.12.0
tensorflow-macos         2.6.0
tensorflow-metadata      1.2.0
tensorflow-metal         0.2.0
tensorflow-probability   0.14.1
tensorflow-similarity    0.13.45
tensorflow-text          2.6.0
termcolor                1.1.0
terminado                0.12.1
testpath                 0.5.0
threadpoolctl            3.0.0
top2vec                  1.0.26
tornado                  6.1
tqdm                     4.62.3
traitlets                5.1.0
typing-extensions        3.7.4.3
umap-learn               0.5.1
urllib3                  1.26.7
wcwidth                  0.2.5
webencodings             0.5.1
websocket-client         1.2.1
Werkzeug                 2.0.2
wheel                    0.37.0
widgetsnbextension       3.5.1
wordcloud                1.8.1
wrapt                    1.12.1
zipp                     3.6.0

Hi @dbl001, we recommend you update to OSX 12.0.

No supported GPU was found.
 
 
Q