rubencabrera / odoo-base-images

Base docker images for odoo-docker with OCA repos.
Apache License 2.0
0 stars 1 forks source link

12.x - Build - python-dateutil uninstall error (not breaking) #87

Open rubencabrera opened 8 months ago

rubencabrera commented 8 months ago

This shows up in the 12.x (potentially others) build workflow

 #9 11.91   Attempting uninstall: python-dateutil
#9 11.91     Found existing installation: python-dateutil 2.8.1
#9 11.91     Not uninstalling python-dateutil at /usr/lib/python3/dist-packages, outside environment /usr
#9 11.91     Can't uninstall 'python-dateutil'. No files were found to uninstall.

Investigate and fix, at least to get rid of the annoying message. (install with pip instead of apt?)