Dependency conflict: frappe 4.68.3 requires python-dateutil ~=2.8.2 but pip installs 2.9.0.post0

I am encountering a dependency conflict during a fresh installation on Ubuntu 24.04.
I followed the official installation guide exactly as documented here:

bench get-app --branch v4 dokos

The following error occurred:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.
frappe 4.68.3 requires python-dateutil~=2.8.2, but you have python-dateutil 2.9.0.post0 which is incompatible.

Hi @Omar, is this a warning or an error? This looks like just a warning that can be safely ignored. Did you try the rest of the installation? Have there been other errors?

Corentin

Yes, the installation completed successfully and everything is working as expected. There were no other errors during the process.

Best regards,

Great! Thank you for reporting this warning. Have a nice day.