カテゴリー【Python】
【TensorFlow2.6】AttributeError: module tensorflow.tools.docs.doc_controls has no attribute inheritable_headerに対処
POSTED BY
2024-03-21
2024-03-21

表題のエラーが出た場合、当方の環境ではtensorflowとtensorflow-estimatorのバージョンが相違していた。
pip3 show tensorflow Name: tensorflow Version: 2.6.0 Summary: TensorFlow is an open source machine learning framework for everyone. Home-page: https://www.tensorflow.org/ Author: Google Inc. Author-email: packages@tensorflow.org License: Apache 2.0 Location: /usr/local/lib/python3.9/dist-packages Requires: google-pasta, grpcio, wrapt, termcolor, opt-einsum, flatbuffers, protobuf, tensorboard, wheel, numpy, absl-py, astunparse, gast, keras, keras-preprocessing, typing-extensions, tensorflow-estimator, six, h5py, clang Required-by: tf-models-official, tensorflow-text
pip3 show tensorflow-estimator Name: tensorflow-estimator Version: 2.7.0 Summary: TensorFlow Estimator. Home-page: https://www.tensorflow.org/ Author: Google Inc. Author-email: None License: Apache 2.0 Location: /usr/local/lib/python3.9/dist-packages Requires: Required-by: tensorflow
tensorflow-estimatorをダウングレード
pip3 install --upgrade tensorflow-estimator==2.6.0 Collecting tensorflow-estimator==2.6.0 Downloading tensorflow_estimator-2.6.0-py2.py3-none-any.whl (462 kB) |????????????????????????????????| 462 kB 9.1 MB/s Installing collected packages: tensorflow-estimator ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow 2.6.0 requires keras~=2.6, which is not installed. Successfully installed tensorflow-estimator-2.6.0
pip3 show tensorflow-estimator Name: tensorflow-estimator Version: 2.6.0 Summary: TensorFlow Estimator. Home-page: https://www.tensorflow.org/ Author: Google Inc. Author-email: None License: Apache 2.0 Location: /home/hogeuser/.local/lib/python3.9/site-packages Requires: Required-by: tensorflow
これで当該エラーは無くなるが、kerasの問題が残るので以下に続く。
Android
iPhone/iPad
Flutter
MacOS
Windows
Debian
Ubuntu
CentOS
FreeBSD
RaspberryPI
HTML/CSS
C/C++
PHP
Java
JavaScript
Node.js
Swift
Python
MatLab
Amazon/AWS
CORESERVER
Google
仮想通貨
LINE
OpenAI/ChatGPT
IBM Watson
Microsoft Azure
Xcode
VMware
MySQL
PostgreSQL
Redis
Groonga
Git/GitHub
Apache
nginx
Postfix
SendGrid
Hackintosh
Hardware
Fate/Grand Order
ウマ娘
将棋
ドラレコ
※本記事は当サイト管理人の個人的な備忘録です。本記事の参照又は付随ソースコード利用後にいかなる損害が発生しても当サイト及び管理人は一切責任を負いません。
※本記事内容の無断転載を禁じます。
※本記事内容の無断転載を禁じます。
【WEBMASTER/管理人】
自営業プログラマーです。お仕事ください!ご連絡は以下アドレスまでお願いします★
【キーワード検索】
【最近の記事】【全部の記事】
ファイアウォール内部のGradio/WebUIを外部からProxyPassを通して使うオープンソースリップシンクエンジンSadTalkerをDebianで動かす
ファイアウォール内部のOpenAPI/FastAPIのdocsを外部からProxyPassで呼ぶ
Debian 12でsshからshutdown -h nowしても電源が切れない場合
【Windows&Mac】アプリのフルスクリーンを解除する方法
Debian 12でtsコマンドが見つからないcommand not found
Debian 12でsyslogやauth.logが出力されない場合
Debian 12で固定IPアドレスを使う設定をする
Debian 12 bookwormでNVIDIA RTX4060Ti-OC16GBを動かす
【Debian】apt updateでCD-ROMがどうのこうの言われエラーになる場合
【人気の記事】【全部の記事】
進研ゼミチャレンジタッチをAndroid端末化する【Windows10】リモートデスクトップ間のコピー&ペーストができなくなった場合の対処法
Windows11+WSL2でUbuntuを使う【2】ブリッジ接続+固定IPの設定
GitLabにHTTPS経由でリポジトリをクローン&読み書きを行う
【Apache】サーバーに同時接続可能なクライアント数を調整する
【C/C++】小数点以下の切り捨て・切り上げ・四捨五入
Intel Macbook2020にBootCampで入れたWindows11 Pro 23H2のBluetoothを復活させる
【PHP】Mail/mimeDecodeを使ってメールの中身を解析(準備編)
【Debian】apt updateでCD-ROMがどうのこうの言われエラーになる場合
タスクスケジューラで変更を適用できません。ユーザーアカウントが不明であるか、パスワードが正しくないか、またはユーザーアカウントにタスクを変更する許可がありません。と出た
【カテゴリーリンク】
Android
iPhone/iPad
Flutter
MacOS
Windows
Debian
Ubuntu
CentOS
FreeBSD
RaspberryPI
HTML/CSS
C/C++
PHP
Java
JavaScript
Node.js
Swift
Python
MatLab
Amazon/AWS
CORESERVER
Google
仮想通貨
LINE
OpenAI/ChatGPT
IBM Watson
Microsoft Azure
Xcode
VMware
MySQL
PostgreSQL
Redis
Groonga
Git/GitHub
Apache
nginx
Postfix
SendGrid
Hackintosh
Hardware
Fate/Grand Order
ウマ娘
将棋
ドラレコ