Information tab

The Information tab shows library details that are stored as part of the distribution package.

Python Wheels is a standard format that requires package authors to provide general details about the distribution.

The Information tab shows these library details:

  • Package distribution name
  • Version
  • License
  • Home page URL
  • Author
  • Python compatible runtime version
  • External library dependencies

Managing external library dependencies

External library dependencies specify which additional libraries are required for the library to function correctly. Import the required dependencies into the environment.

If a required external library is missing or an incorrect version is available, a warning icon is displayed next to the affected dependency in the Information tab. The same warning indicator appears in Script details when you add a library to a script that has unresolved or incorrect external dependencies.

Version compatibility with Python runtime

Confirm that the library version is compatible with the Python runtime version used in the environment. If the versions are not compatible, a warning message with an icon is displayed above the Versions widget in the Libraries section of the left panel.

This warning helps prevent issues that can occur because of version mismatches.

Notifications for version incompatibility

If you attempt to add a library to a script and the library version is not compatible with the Python runtime version, the system displays a warning indicator in Script details.

This warning allows you to resolve the version incompatibility before executing the script.