반응형

전체 글 295

Ubuntu 24.04 OpenJDK 21 Install / Uninstall

1. Install 2. Uninstall  OpenJDK 21 Install $ sudo apt install openjdk-21-jdk [ Execution log ]gangserver@NT200B5C-A22R:~/app$ sudo apt install openjdk-21-jdk[sudo] gangserver 암호: 패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료        다음 패키지가 자동으로 설치되었지만 더 이상 필요하지 않습니다:  openjdk-17-jdk-headless'sudo apt autoremove'를 이용하여 제거하십시오.다음의 추가 패키지가 설치될 것입니다 :  openjdk-21-jdk-headless open..

OS/Ubuntu 2025.02.16

Ubuntu 24.04 OpenJDK 17 Install / Uninstall

1. Install 2. Uninstall  OpenJDK 17 Install $ sudo apt install openjdk-17-jdk [ Execution log ]gangserver@TCM73-I:~$ sudo apt install openjdk-17-jdk패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료        다음의 추가 패키지가 설치될 것입니다 :  ca-certificates-java fonts-dejavu-extra java-common libatk-wrapper-java  libatk-wrapper-java-jni libice-dev libpthread-stubs0-dev libsm-dev  libx11-dev lib..

OS/Ubuntu 2025.02.16

Lotto 6/45 (korea lottery) random generation pyscript version(v0.3.1)

1. Download attached file(lotto645_v31.html)2. Double click the downloaded file (or Downloaded file open in browser) 1. 첨부파일 다운로드(lotto645_v31.html)2. 다운로드 파일 더블클릭 (또는 다운로드 파일 브라우저에서 열기) html source : DOCTYPE html>html>    head>        meta http-equiv="content-type" content="text/html;charset=UTF-8"/>                        meta charset="UTF-8">        meta name="viewport" content="width=device-..

개발/Python 2025.02.11

로또 번호 생성기, 로또 6/45

로또 번호 생성기, 로또 6/45 PyScript를 이용하여 만든로또 6/45와 같은 1 ~ 45까지 랜덤한 숫자 6개를 총 10개 생성하는 html 파일입니다. 첨부 파일(lotto_645_v31.html) 다운로드 후다운로드된 파일 클릭하면 기본 브라우저(예, 크롬(Chrome))가 실행되면서 랜덤한 로또 번호가 생성됩니다.(다운로드된 파일이 HTML 파일이어서 클릭 시 기본 브라우저가 실행되면서 랜덤 번호가 생생됩니다.)   * 온라인에서 바로 확인할 수 있는 URL은http://gangserver.dothome.co.kr/src/php/lotto645_v31.php 로또 6/45, Lotto 6/45 | v0.3.1Loading... 로또 6/45    Lotto 6/45 version : 0.3..

개발/Python 2025.02.09

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

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

Python + PyQt5 + pyinstaller 를 이용하여 만든로또 6/45와 같은 1 ~ 45까지 랜덤한 숫자 6개를 총 5개 생성하는 실행 파일입니다. 티스토리 첨부파일 20MB 용량 제한으로 인해 분할압축되었으니 (lotto645.zip, lotto645.z01)다운로드 후 반디집(https://kr.bandisoft.com/bandizip/) 등으로lotto645.zip 파일 압축해제하시면 lotto645.exe 실행파일이 만들어집니다.이 파일을 윈도우탐색기에서 실행하시면 됩니다. [ 실행 화면 ][ 생성 ] 버튼 클릭 시 랜덤 번호 생성됩니다.   * 웹으로 만든 로또 6/45 랜덤 생성 프로그램은 아래 URL에 있습니다.이것은 PyScript 로 만들었습니다. (웹브라우저의 소스보기 하면..

개발/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
반응형