ModuleNotFoundError!

When I tried to create a new app on a fresh server I have this problem!
Is there anything must I do!
the app is installed on the site and exists in the app.txt and exists in module def
I check it from DB
Any suggestion?

regards

Hi

Did you try

bench build --force

then

bench clear-cache

yes, but same error

Try running bench setup requirements and then bench restart

I also tried this but not solved

Hi,
It’s a virtual environment issue.
Please, you can try using bench update --reset, bench setup requirements to re-install the dependencies and the Frappe applications.

1 Like