No module named 'raven'

getting this error ModuleNotFoundError: No module named ‘raven’

even when there is raven module

why this error occured?

@Vinay1 When you pulled the raven app into your bench, I’m assuming you used the bench get-app. This command should install it in pythons env folder for that bench. Sometimes if there is an error during the get-app process this doesn’t happen.

You can try running bench setup requirements --python to make sure the app gets installed in the python environment.