# AttributeError
총 5개의 포스트

AttributeError: Layer has no inbound nodes
현재 대학원 졸업을 위해 시각화 실험을 하고 있다.그러던 중 발견했던 에러와 해결방법을 공유하고자 한다.
2023년 6월 14일
·
0개의 댓글·
0AttributeError: 'Series' object has no attribute 'strftime'
날짜 컬럼에서 strftime 메서드를 사용하여 년-월 데이터 컬럼을 생성할 때 발생한 오류참고
2022년 7월 30일
·
0개의 댓글·
0[Solved] AttributeError: module 'scipy.misc' has no attribute 'imread'
scipy 버전이 1.2.0이상인 경우, imread가 동작하지 않는다고 한다(참고 사이트).❤️ 에러 확인 ❤️ 에러 원인💚 해결 방법 1💚 해결 방법 2
2022년 7월 27일
·
0개의 댓글·
0오류회고)AttributeError: 'str' object has no attribute 'decode'
token = jwt.encode(payload, SECRET_KEY, algorithm='HS256').decode('utf-8')최근에 pyjwt 라이브러리가 대대적인 업데이트를 겪으면서 이 코드가 작동하지 않는다고 한다.기존 버전에서는 jwt.encode()함수의
2022년 7월 14일
·
0개의 댓글·
0pickle 객체 저장 후 load 시 AttributeError 해결 방법
pickle 객체 저장 후 load 시 AttributeError 해결 방법
2022년 5월 20일
·
0개의 댓글·
0