728x90
반응형

개발/Python 67

pip install lanarky 0.8.6 설치 오류

[ 오류 로그 ]> pip install lanarky==0.8.6ERROR: Ignored the following yanked versions: 0.7.11ERROR: Could not find a version that satisfies the requirement lanarky==0.8.6 (from versions: 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.6.6, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.7.9, 0.7.10, 0.7.12, 0.7.13, 0.7.14, 0.7.15, 0.7.16, 0.7.17)ERROR: No matching distribution found for..

개발/Python 2025.02.06

윈도우(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
반응형