Chronicles of Technology
  • Home
  • Authors
  • Tags
  • Search

pip

A collection of 3 posts
Basic pip3 commands
Python

Basic pip3 commands

pip (also known as pip3 in Python 3) is a package management system written in Python and is used to install and manage Python packages. If you are running Python 3 (which you probably/should), the use pip3 as opposed to pip. If you use pip3, you can be sure
Jul 24, 2024 1 min read
Resolving Python packages circular dependency
Python

Resolving Python packages circular dependency

When I installed the gradio package for Python, it pulled the latest version 4.38.1. pip3 install gradio During the installation it tried to install dependent packages, one of them being urllib3 as shown in the output: Installing collected packages: pydub, ffmpy, websockets, uvloop, uvicorn, urllib3, ujson, toolz, tomlkit,
Jul 15, 2024 1 min read
Python package openai only installs as version 0.8.0
Python

Python package openai only installs as version 0.8.0

I installed the Python package openai using the pip3 package installer on Red Hat Enterprise Linux 8.6 with the following command: pip3 install openai This command installs the latest compatible version of the package, which apparently is version 0.8.0: dev@devhost:/home/dev> pip show openai
Jul 14, 2024 1 min read
Page 1 of 1
Chronicles of Technology © 2025
Powered by Ghost