728x90
반응형

분류 전체보기 225

윈도우 로또 6/45 랜덤 생성 프로그램 (PyQt5 / pyinstaller)

Python + PyQt5 + pyinstaller 로 만들어졌습니다. 티스토리 첨부파일 20MB 용량 제한으로 인해 분할압축되었으니 (lotto645.zip, lotto645.z01)다운로드 후 반디집(https://kr.bandisoft.com/bandizip/) 등으로 lotto645.zip 파일 압축해제하시면 됩니다. [ 생성 ] 버튼 클릭 시 랜덤 번호 생성됩니다.   * 웹으로 만든 로또 6/45 랜덤 생성 프로그램은 아래 URL에 있습니다.이것은 pyscript(https://pyscript.net/) 로 만들었습니다. (웹브라우저의 소스보기 하면 pyscript 소스 볼 수 있습니다.)http://gangserver.godohosting.com/src/php/lotto645_v31.php ..

개발/Python 2025.01.24

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-pip install

[ install ]gangserver@NT200B5C-A22R:~$ sudo apt install python3-pip[sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료        다음의 추가 패키지가 설치될 것입니다 :  libexpat1-dev libjs-sphinxdoc libjs-underscore libpython3-dev  libpython3.12-dev python3-dev python3-wheel python3.12-dev zlib1g-dev다음 새 패키지를 설치할 것입니다:  libexpat1-dev libjs-sphinxdoc libjs-underscore libpython3-dev..

OS/Ubuntu 2024.08.21

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
반응형