ETC/에러노트(8)
-
[Error] Uncaught ReferenceError: Explain is not defined at script.js?_version_=1734506247:411:1Understand this errorAI
상황 : 티스토리에 css , js 가 안먹혀서 inspect 열어봤더니 다음과 같은 에러가 떠있었다.script.js?_version_=1734506247:411 Uncaught ReferenceError: Explain is not definedat script.js?_version_=1734506247:411:1Understand this errorAIhighlight.min.js:172 Deprecated as of 10.6.0. initHighlightingOnLoad() is deprecated. Use highlightAll() instead.script.js 에 'Expain' 이 define 되지 않았다고 한다. 📌📌📌 [해결] *확인 해보니 Explain 이 달려있어서 삭제 하니 ..
2024.12.18 -
[Error] AttributeError: 'NoneType' object has no attribute 'split' //config = get_config().split()
[Error] AttributeError: 'NoneType' object has no attribute 'split' //config = get_config().split() 에러 [상황] oversampling 할떄 smote 보간 법에서 kmeans smote 를 사용할떄 split 안된다는 에러가 나왔다.[시도] 1. OpenBLAS 라이브러리 업데이트$ brew install openblas$ pip install --upgrade threadpoolctl 로 threadpoolctl 을 설치 [참고] https://stackoverflow.com/questions/72297968/attributeerror-nonetype-object-has-no-attribute-split-smote[시도]..
2024.12.18