It sounds like you didn’t include “easyocr” in your requirements.txt file. You probably have easyocr installed locally, which is why your app works when you run it locally. If you add the package to your requirements.txt file, this error should go away.
Hi @Caroline thank for the tips ! It helped to run the app. However after dependencies setup an error occurs and I’m stuck again. It’s look like something went wrong, the log says :
[20:59:15] 📦 Processed dependencies!
2022-08-04 20:59:40.265 CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU.
2022-08-04 20:59:40.266 Downloading detection model, please wait. This may take several minutes depending upon your network connection.
[21:01:24] ❗️ Streamlit server consistently failed status checks
[21:01:24] ❗️ Please fix the errors, push an update to the git repo, or reboot the app.
I tryed to change parameters of easyocr but no effect and I still encounter this issue. Any help or idea is welcome