LoginSignup
0
0

More than 3 years have passed since last update.

Neural Network Console 2.1.0のprotobufエラー

Last updated at Posted at 2021-05-27

久しぶりにNNCを使おうと、新しいバージョン(NNC2.1.0)をダウンロードして解凍・起動したらプラグインアップデートで
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
とのエラーが出て止まってしまい、学習も出来なかった。(別のPCでは大丈夫でした)

以下のサイトを参考にprotobufのアップデートを試みたところNNCの起動に成功したので記録を残す。
https://stackoverflow.com/questions/61922334/how-to-solve-attributeerror-module-google-protobuf-descriptor-has-no-attribu

NNCのプロジェクトや評価タブを右クリックしてMore Toolsからコマンドプロンプトを起動する。
image.png

pip list などでNNC210の隔離環境であることを確認した後

pip install --upgrade protobuf

pip checkでtensorflowとの咬み合いに若干問題があるようだが学習と評価が出来るようになった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0