python-gpytorch on AUR (Arch User Repository)

Last updated: May 02,2024

1. Install "python-gpytorch" 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-gpytorch on Arch using YAY

$ yay -S python-gpytorch

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

$ yay -Rns python-gpytorch

2. Manually Install "python-gpytorch" via AUR

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

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

b. Clone python-gpytorch's git locally

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

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

$ cd ~/python-gpytorch $ makepkg -si

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

ID: 1271838
Name: python-gpytorch
PackageBaseID: 145771
PackageBase: python-gpytorch
Version: 1.11-1
Description: A highly efficient and modular implementation of GPs, with GPU acceleration. Implemented in PyTorch.
URL: https://gpytorch.ai
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: acxz
Submitter: acxz
FirstSubmitted: 1570854141
LastModified: 1686519760
URLPath: /cgit/aur.git/snapshot/python-gpytorch.tar.gz