Seems like some *.pyc were owned by another user than frappe.
Running
chown -R frappe:frappe *
from the frappe-bench root resolved the issue.
Seems like some *.pyc were owned by another user than frappe.
Running
chown -R frappe:frappe *
from the frappe-bench root resolved the issue.