___________________________________________________________________________
Contents of /home/sjlee927/jekim/SentenceSimilarity/cm/lib/python3.6/site-packages/sklearn/__check_build:
_check_build.cpython-36m-x86_64-linux-gnu.so__pycache__ __init__.py
setup.py
___________________________________________________________________________
It seems that scikit-learn has not been built correctly.
If you have installed scikit-learn from source, please do not forget
to build the package before using it: run `python setup.py install` or
`make` in the source directory.
If you have used an installer, please check that it is suited for your
Python version, your operating system and your platform.
scikit-learn 제대로 설치되었는데, 위와 같은 오류가 뜬다면, 가장 첫 줄에
import sklearn
추가!!
'Python > 알면 쓸모있는 잡다한 코드' 카테고리의 다른 글
[encoding error] 파이썬 인코딩 에러 UnicodeDecodeError: 'utf-8' codec can't decode byte 0x99 in position : invalid start byte (0) | 2022.09.20 |
---|---|
파이썬 반올림, 올림, 내림 - python round, ceil, floor (0) | 2022.03.25 |
XLM 파일 파싱 및 처리 방법, 파이참으로 구조 보기 (0) | 2021.11.26 |
Dictionary within Dictionary 이중 딕셔너리 (0) | 2021.11.25 |
Read File 파이썬 파일 읽기 / encoding error utf (0) | 2021.08.23 |