how to check version of a library is installed in python code example Example: check package version python import packagename print(packagename.__version__)