python-openai on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S python-openai

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

$ yay -Rns python-openai

2. Manually Install "python-openai" via AUR

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

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

b. Clone python-openai's git locally

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

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

$ cd ~/python-openai $ makepkg -si

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

ID: 1117381
Name: python-openai
PackageBaseID: 165619
PackageBase: python-openai
Version: 0.22.0-1
Description: convenient access to the OpenAI API from applications written in the Python language.
URL: https://openai.com/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: liamtimms
FirstSubmitted: 1618449532
LastModified: 1658844931
URLPath: /cgit/aur.git/snapshot/python-openai.tar.gz

5. The same packages on other Linux Distributions