- pandas 버전 오류
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires pandas==1.5.3, but you have pandas 2.1.0 which is incompatible.
numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.25.2 which is incompatible.
tensorflow 2.13.0 requires numpy<=1.24.3,>=1.22, but you have numpy 1.25.2 which is incompatible.
- pandas 버전 1.5.3 재설치
!pip install pandas==1.5.3
'Data Science' 카테고리의 다른 글
Mac M1 Chromedriver (0) | 2023.09.16 |
---|---|
네이버 부동산 기사 크롤링 (0) | 2023.09.09 |
Google Colab에서 Konlpy 설치 (0) | 2023.09.09 |
토픽 모델링 (0) | 2023.09.09 |
빈도분석 (0) | 2023.07.22 |