RoBoLoG

[Error Solution] AttributeError: Can't get attribute '_unpickle_block' on <module 'pandas._libs.internals' from ~ 에러 해결 본문

Study/ETC

[Error Solution] AttributeError: Can't get attribute '_unpickle_block' on <module 'pandas._libs.internals' from ~ 에러 해결

SKJun 2023. 2. 10. 10:43

df = pickle.load(f)를 실행했을 때 아래와 같은 에러가 발생.

AttributeError: Can't get attribute '_unpickle_block' on <module 'pandas._libs.internals' from ~

 

pickle쪽 에러인 줄 알았으나 pandas 버전 에러였음. pandas를 아래 버전으로 설치하면 됨.

pip install pandas==1.4.1
728x90
반응형