報錯信息:
ImportError: cannot import name ‘get_config’ from ‘tensorflow.python.eager.context’
我一級一級跳進去沒有找到這個語句的位置。
已經安裝
tensorflow=2.4.1
numpy=1.19.5
解決方法:
https://stackoverflow.com/questions/66964492/importerror-cannot-import-name-get-config-from-tensorflow-python-eager-conte
中 的 這一句:
pip install --upgrade tensorflow
本來以為會把tensorflow從2.4更新到2.6,但是發現還是2.4.1,並且問題解決了。