728x90
반응형

개발/Python 67

윈도우(Windows) hnswlib 설치 오류 (install error) - Microsoft Visual C++ Build Tools

[ 오류 로그 ] > pip install -r requirements.txt ... Building wheel for hnswlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for hnswlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [5 lines of output] running bdist_wheel running build running build_ext building 'hnswlib' extension error: Microsoft Visual C++ 14.0 or gre..

개발/Python 2025.01.22

Raspberry Pi - ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory

- Error message : ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory - Solutions : $ sudo apt install libatlas-base-dev gangserver@raspberrypi:~/devel/pydev $ python BreamAndSmelt.py Traceback (most recent call last): File "/home/gangserver/devel/pydev/BreamAndSmelt.py", line 35, in from sklearn.neighbors import KNeighborsClassifier File "/usr/local/lib/pytho..

개발/Python 2023.05.04
728x90
반응형