この記事は「モジュールがPythonでインストールされているのに、Jupyter notebookではエラーになるときの解決法」を移植したものです。 Jupyter Notebook にて Python を使おうとしたところ、以下のようなモジュールエラーが発生しました。 ModuleNotFoundError: No module named ...
> uv add tensorflow tensorflow has no wheels with a matching Python version tag (e.g., `cp313`) hint: Wheels are available for `tensorflow` (v2.19.0) with the following Python ABI tags: `cp39`, ...