728x90
반응형

전체 글 344

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에 PowerShell 최신 버전 설치 - WinGet 이용

* 아래 예는 Windows 10입니다. 1. PowerShell 실행한다.[시작] > [Windows PowerShell] > [Windows PowerShell] 2. 최신 버전의 PowerShell 검색한다.PowerShell에서 아래 명령어 실행> winget search Microsoft.PowerShell그러면 최종 버전(Microsoft.PowerShell / 7.5.0.0)과미리보기 버전(Microsoft.PowerShell.Preview / 7.6.0.2)이 표시된다. 3. PowerShell 최종 버전을 설치한다.PowerShell에서 아래 명령어 실행> winget install --id Microsoft.PowerShell --source winget 설치 파일 다운로드 후 설치 화..

OS/Windows 2025.02.06

OpenAI API - API KEY Error (Windows - Python)

[ Error message ]                                                          Traceback (most recent call last):  File "c:\devel\langchain\api_test\api_028_test.py", line 5, in     models = openai.Model.list()             ^^^^^^^^^^^^^^^^^^^  File "C:\devel\langchain\.venv\Lib\site-packages\openai\api_resources\abstract\listable_api_resource.py", line 52, in list    requestor, url = cls.__prepare_l..

AI/OpenAI API 2025.01.22

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

윈도우 최대 절전 모드 끄기 / 켜기

Windows 10 - 관리자 권한으로 명령 프롬프트(cmd) 실행시작 > Windows 시스템 > [명령 프롬프트] 우클릭하여 [자세히 >] - [관리자 권한으로 실행] > 사용자 계정 컨트롤 창 뜨면 [예] 클릭 - 최대 절전 모드 끄기명령 프롬프트(cmd) 창에서 powercfg /hibernate off 입력 후 엔터> powercfg /hibernate off - 최대 절전 모드 켜기명령 프롬프트(cmd) 창에서 powercfg /hibernate on 입력 후 엔터> powercfg /hibernate on Windows 7 - 관리자 권한으로 명령 프롬프트(cmd) 실행시작 > 모든 프로그램 > 보조프로그램 > [명령 프롬프트] 우클릭하여 [관리자 권한으로 실행] > 사용자 계정 컨트롤..

OS/Windows 2025.01.14

NVIDIA CUDA / cuDNN download

NVIDIA driver download[ en-us ]https://www.nvidia.com/en-us/drivers/ Download The Latest Official NVIDIA DriversDownload the latest official NVIDIA drivers to enhance your PC gaming experience and run apps faster.www.nvidia.com [ ko-kr ]https://www.nvidia.com/ko-kr/drivers/ 최신 정식 NVIDIA 드라이버 다운로드최신 정식 NVIDIA 드라이버를 다운로드하여 PC 게임 경험을 향상시키고 앱을 더 빠르게 실행하세요.www.nvidia.com  NVIDIA CUDA Toolkit download..

Ubuntu 24.04 python3-distutils-extra install

[ install ]gangserver@NT200B5C-A22R:~$ sudo apt install python3-distutils-extra패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료        다음의 추가 패키지가 설치될 것입니다 :  autoconf automake autotools-dev gettext intltool m4제안하는 패키지:  autoconf-archive gnu-standards autoconf-doc libtool autopoint gettext-doc  libasprintf-dev libgettextpo-dev m4-doc devscripts다음 새 패키지를 설치할 것입니다:  autoconf automak..

OS/Ubuntu 2024.08.21
728x90
반응형