python-onnxruntime on AUR (Arch User Repository)

Last updated: June 03,2024

1. Install "python-onnxruntime" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-onnxruntime on Arch using YAY

$ yay -S python-onnxruntime

* (Optional) Uninstall python-onnxruntime on Arch using YAY

$ yay -Rns python-onnxruntime

2. Manually Install "python-onnxruntime" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-onnxruntime's git locally

$ git clone https://aur.archlinux.org/python-onnxruntime.git ~/python-onnxruntime

c. Go to ~/python-onnxruntime folder and install it

$ cd ~/python-onnxruntime $ makepkg -si

3. Information about the python-onnxruntime package on Arch User Repository (AUR)

ID: 1131472
Name: python-onnxruntime
PackageBaseID: 143424
PackageBase: python-onnxruntime
Version: 1.12.1-1
Description: Cross-platform, high performance scoring engine for ML models
URL: https://github.com/microsoft/onnxruntime
NumVotes: 3
Popularity: 0.049516
OutOfDate:
Maintainer: yan12125
FirstSubmitted: 1562929606
LastModified: 1661574795
URLPath: /cgit/aur.git/snapshot/python-onnxruntime.tar.gz

5. The same packages on other Linux Distributions