AttributeError: module 'tensorflow' has no attribute 'variable'
Study/Coding_Python·2019. 9. 4.
AttributeError: module 'tensorflow' has no attribute 'variable' 위의 에러가 나와서 현재 작업들을 진행 해봄 tensorflow 지우기 pip uninstall tensorflow tensorflow 다시 설치하기 pip install tensorflow 설치중 WARNING: You are using pip version 19.1.1, however version 19.2.3 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. 이게 떠서 다시 설치를 진행함 --------------------------------- 문제는 ker..