カテゴリー【Python】
【TensorFlow2.6】AttributeError: module tensorflow.tools.docs.doc_controls has no attribute inheritable_headerに対処
POSTED BY
2023-03-21
2023-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/管理人】
自営業プログラマーです。お仕事ください!ご連絡は以下アドレスまでお願いします★
【キーワード検索】
【最近の記事】【全部の記事】
Intel Macbook2020にBootCampで入れたWindows11 Pro 23H2のBluetoothを復活させるWindowsのデスクトップ画面をそのまま配信するための下準備
WindowsでGPUの状態を確認するには(ASUS系監視ソフトの自動起動を停止する)
CORESERVER v1プランからさくらインターネットスタンダートプランへ引っ越しメモ
さくらインターネットでPython MecabをCGIから使う
さくらインターネットのPHPでAnalytics-G4 APIを使う
インクルードパスの調べ方
【Git】特定ファイルを除外する.gitignore
【Ubuntu/Debian】NVIDIA関係のドライバを自動アップデートさせない
【Python】Spacyを使用して文章から出発地と目的地を抜き出す
【人気の記事】【全部の記事】
【Windows10】リモートデスクトップ間のコピー&ペーストができなくなった場合の対処法進研ゼミチャレンジタッチをAndroid端末化する
Windows版Google Driveが使用中と言われアンインストールできない場合
【Apache】サーバーに同時接続可能なクライアント数を調整する
Windows11+WSL2でUbuntuを使う【2】ブリッジ接続+固定IPの設定
【C/C++】小数点以下の切り捨て・切り上げ・四捨五入
Googleファミリーリンクで子供の端末の現在地がエラーで取得できない場合
VirtualBoxの仮想マシンをWindows起動時に自動起動し終了時に自動サスペンドする
【Linux】iconv/libiconvをソースコードからインストール
Ubuntu Server 21.10でイーサリアムブロックチェーン【その5】
【カテゴリーリンク】
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
ウマ娘
将棋
ドラレコ