본문 바로가기

Select translate language for this page

Software개발

자동화 프로그램 개발(RPA development) Tips

by 컴매니아 2024. 11. 13.
반응형

1. Pytorch 2.5.1 installation combination for windows 10/11

Python 3.11.0~3.12.7 + NVIDIA driver 551.61 + CUDA toolkit 12.4

(*Python 3.13 is not compatible)

 

Python 3.12.7 Download link : 

Python Release Python 3.12.7 | Python.org

 

Python Release Python 3.12.7

The official home of the Python Programming Language

www.python.org

 

NVIDIA driver v551.61 Download link : GeForce Game Ready 드라이버 | 551.61 | Windows 10 64-bit, Windows 11 | NVIDIA

 

Download The Latest Official NVIDIA Drivers

Download the latest official NVIDIA drivers to enhance your PC gaming experience and run apps faster.

www.nvidia.com

 

CUDA toolkit 12.4 Download link : CUDA Toolkit 12.4 Downloads | NVIDIA Developer

 

CUDA Toolkit 12.4 Downloads

 

developer.nvidia.com

 

2. SikuliX 2.0.4(Jython) + Open JDK v11.0.2

 

SikuliX 2.0.4 Download link : https://launchpad.net/sikuli/sikulix/2.0.4/+download/sikulixapi-2.0.4.jar

Jython 2.7.2 Download link : https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar

(from How to make Jython ready in the IDE · RaiMan/SikuliX1 Wiki · GitHub)

 

Open JDK v11.0.2 Download link : https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_windows-x64_bin.zip

 

How to get the best from OCR and text features · RaiMan/SikuliX1 Wiki · GitHub

 

How to get the best from OCR and text features

SikuliX version 2.0.0+ (2019+). Contribute to RaiMan/SikuliX1 development by creating an account on GitHub.

github.com

 

3. Flutter v3.27.0 + Flet 0.25.2

 

4. Windows WSL ubuntu 22.04

Powershell command : wsl --install

apt update : sudo apt update & sudo apt upgrade

install pip in wsl ubuntu : sudo apt install python3-pip

install venv : sudo apt install python3-venv

 

Installation — Buildozer 0.11 documentation

Summary 

install buildozer : pip3 install --user --upgrade buildozer

                               sudo apt update
                               sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
                               pip3 install --user --upgrade Cython==0.29.33 virtualenv  # the --user should be removed if you do this in a venv
# add the following line at the end of your ~/.bashrc file
export PATH=$PATH:~/.local/bin/

 

Create a package for Android — Kivy 2.3.1 documentation

Summary

init buildozer : buildozer init

buildozer android debug deploy run

 

adduser

wsl --user username

 

apt install ubuntu-desktop-minimal

 

5. wired adb and wireless adb

a. wired adb

   "adb kill-server" in computer

   delete adbkey and adbkey.pub in C:\Users\username\.android

   "Revoke USB debugging authorizations" in developer menu of android smartphone 

   adb devices

   Touch "enable usb debugging from this computer" in android smartphone

 

b. wireless adb

   do 'a.'

   enable wireless debugging in developer menu of android smartphone 

   touch "enable wireless debugging" menu to check ip to connect with wireless network in android smartphone 

   "adb connect ip:port" in computer

728x90
반응형

댓글