반응형

개발 74

Ubuntu 24.04 python3 numpy install / uninstall

1. install 2. uninstall  numpy install $ sudo apt install python3-numpy [ Execution log ]gangserver@NT200B5C-A22R:~$ sudo apt install python3-numpy패키지 목록을 읽는 중입니다... 완료의존성 트리를 만드는 중입니다... 완료상태 정보를 읽는 중입니다... 완료        제안하는 패키지:  gfortran python3-pytest다음 새 패키지를 설치할 것입니다:  python3-numpy0개 업그레이드, 1개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.4,437 k바이트 아카이브를 받아야 합니다.이 작업 후 23.9 M바이트의 디스크 공간을 더 사용하게 됩니다.받기:1 http..

개발/Python 2025.02.17

Ubuntu 24.04 python3 pip install / uninstall

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

개발/Python 2025.02.17

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

윈도우 로또 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

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

Ubuntu OpenJDK install (OpenJDK17, OpenJDK11)

OpenJDK17 install$ sudo apt install openjdk-17-jdk OpenJDK11 install$ sudo apt install openjdk-11-jdk  [ Java not installed ] gangserver@SS200B:~$ java명령어 'java' 을(를) 찾을 수 없습니다. 그러나 다음을 통해 설치할 수 있습니다:sudo apt install default-jre              # version 2:1.17-75, orsudo apt install openjdk-17-jre-headless  # version 17.0.10~6ea-1sudo apt install openjdk-11-jre-headless  # version 11.0.21+9-0ubunt..

개발/Java 2024.04.26
반응형