ImportError: Module import failed for POS Profile (erpnext.accounts.doctype.pos_profile.pos_profile Error: No module named cache_manager)

After updating frappe/erpnext (Patch fixes by shreyashah115 · Pull Request #13754 · frappe/erpnext · GitHub) yet another error stopped the installation :

ImportError: Module import failed for POS Profile (erpnext.accounts.doctype.pos_profile.pos_profile Error: No module named cache_manager)

The installation went smoothly when removing erpnext and reinstalling it with ;
bench get-app erpnext https://github.com/frappe/erpnext --branch master

1 Like