반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 맛집
- openAI
- timm
- TTS
- pytorch
- Android
- 티스토리챌린지
- 판교
- ros
- humble
- tensorflow
- no space left on device
- string
- python
- ubuntu
- 딥러닝
- socketio
- GPT
- error
- CUDA
- linux
- opencv
- ChatGPT
- ROS2
- 스팸
- 오블완
- Torch
- 분당맛집
- 터미널
- CLASS
Archives
- Today
- Total
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:43df = 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
반응형
'Study > ETC' 카테고리의 다른 글
tkinter 색상/색깔 정보 (1) | 2023.06.16 |
---|---|
[ROS] ROS에서 virtualenv 사용하려면 설치해야하는 python 패키지들 (0) | 2023.04.18 |
[ETC] Invalid version: '0.23ubuntu1' (0) | 2023.02.10 |
[ETC] Visual Studio에서 원격 PC의 UI 프로그램 실행 (Tkinter) (0) | 2023.02.10 |
[Ubuntu] 터미널에서 wifi 설정 (0) | 2023.01.26 |