No PyPI information available ! Cilantropy wasn't able to find the package information at PyPI repository. Some reasons of this failure:
Only old version available ?! Your version is newer than the PyPI version !
The last version available at the PyPI repository ( {{ pypi_info[0] }} ) seems to be older than the version ( {{ current_version }} ) you have installed on your Python distribution. Some reasons of this:
New version available ! PyPI repository has a new version of the package !
Be sure that you are not currently in a virtual environment, updating system packages may cause your system to malfunction
Please make sure that updating this package will not affect your system! Please use a virtual environment
A new version of the package {{ dist_name }} was found in the official PyPI repository. You have the version {{ current_version }} YOUR VERSION , and the last version on the PyPI repository is {{ pypi_info[0] }} NEW .
You can use pip to update it using the following command:
pip install --upgrade {{ dist_name }}
You can check more information about pip on the project documentation site .
{% else %}Already ok ! Your version is the last version !
The version {{ current_version }} you have installed on your Python distribution is the same as the last version available at PyPI repository.
{% endif %} {% if pypi_info %}PyPI has {{ pypi_info|length }} releases available for the package {{ dist_name }} , the last five of them are: