If you are looking for a list of all the outdated Python packages installed on your macOS or Windows system, you can try the below command,
- Open Terminal if using macOS/Linux or CMD for Windows,
- Now type command: pip list --outdated
- You should get a list of all packages that are outdated and its current version and available latest version.
$ pip list --outdated
Package Version Latest Type
------------------ ------------- --------- -----
attrs 19.3.0 20.3.0 wheel
Automat 0.8.0 20.2.0 wheel
certifi 2019.11.28 2020.11.8 wheel
Click 7.0 7.1.2 wheel
colorama 0.4.3 0.4.4 wheel
cryptography 2.8 3.2.1 wheel
distro 1.4.0 1.5.0 wheel
distro-info 0.23ubuntu1 0.10 sdist
httplib2 0.14.0 0.18.1 wheel
hyperlink 19.0.0 20.0.1 wheel
idna 2.8 2.10 wheel
importlib-metadata 1.5.0 2.0.0 wheel
incremental 16.10.1 17.5.0 wheel
Jinja2 2.10.1 2.11.2 wheel
jsonpatch 1.22 1.26 wheel
keyring 18.0.1 21.5.0 wheel
lazr.restfulclient 0.14.2 0.14.3 sdist
lazr.uri 1.0.3 1.0.5 sdist
MarkupSafe 1.1.0 1.1.1 wheel
more-itertools 4.2.0 8.6.0 wheel
netifaces 0.10.4 0.10.9 sdist
pyasn1 0.4.2 0.4.8 wheel
⚡️ You can also use pip list -o (shorthand)
PIP get List of Outdated Packages details.
Have Questions? Post them here!
More Posts related to Python,
- How to Install Python Modules in VS Code
- 3 Python program to add two numbers
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python: How to get Current Directory
- Python - Convert float to String
- Tkinter - add x and y padding to label text
- Check if String Contains a Substring - Python
- Read JSON File in Python Program
- How to Convert String to DateTime in Python
- Sorting an array using Bubble Sort in Python Programming
- Python Hello World! Program with code example (snippet)
- How to delete a dir or folder using Python code
- Change label (text) color in tkinter
- Set width and height for the label in tkinter
- Check version of pip package installer for Python
- Reading JSON file in Python with Examples
- Indent Python code in Notepad++
- tkinter - Hello World! Program
- How to resolve Failed to create interpreter PyCharm Error
- Base64 Encoding Decoding in Python Programming
- How to pip install Python Modules in VSCode
- How to take user input from the console in a Python program
- Take input argument from command line in Python Programming
- Python Program To Calculate Simple Interest (SimpleInterest.py)
- Calculate discount amount python code
More Posts:
- How to disable Microsoft teams from startup Windows 10 - Teams
- How to verify if java is installed on the computer and get version detail - Java
- Share Image to WhatsApp with Caption from your Android App - WhatsApp
- How to fix bash ping command not found error - Bash
- Create Nested Directories using Java Code - Java
- java.lang.NoClassDefFoundError android.support.v4.content.LocalBroadcastManager - Android
- Mac - Steam Needs to Be Online to Update. Please confirm your network connection and try again error - News
- How to access SharePoint Online data using Postman - REST API and Bearer token - SharePoint