Bench update issue - boto3

When updating ERPnext 14.54 to 14.61, there seems to be errors in a confusing way.

Installing frappe
$ /home/frappe-user/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe-user/frappe-bench/apps/frappe
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ecommerce-integrations 1.19.6 requires boto3~=1.28.10, but you have boto3 1.18.65 which is incompatible.

Installing ecommerce_integrations
$ /home/frappe-user/frappe-bench/env/bin/python -m pip install --quiet --upgrade -e /home/frappe-user/frappe-bench/apps/ecommerce_integrations
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
frappe 14.62.3 requires boto3~=1.18.49, but you have boto3 1.28.85 which is incompatible.

Have anyone got this error? Is it safe to continue?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.