Joblib - ModuleNotFoundError

Hi.
I have this problem and I couldn’t solve it
Here’s what the issue says:
ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

Traceback

File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 542, in _run_script
    exec(code, module.__dict__)File "/mount/src/hello-world/dsmp_2023_webbapp.py", line 4, in <module>
    import joblib

I know this issue has been raised many times by other people. Some experts suggested to have the requirements.txt arranged in some way.
Have a look to my GitHub repo and please, do tell me what is wrong?
Here’s the link to my repo:

Looking forward.

Regards

Hi @Abdoo_Dada :wave:

Your dependency file is misspelled as requreiments.txt: Hello-World/requeriments.txt at master · abdoo13/Hello-World · GitHub

Thank you very much @snehankekre. I’m really surprised how this typo was made. didn’t pay attention to it. :grinning: :grinning: :grinning:

@snehankekre.
I’m now having an issue with joblib unpickler: Check the attached caption


Any help please.

P.S: I have made a new repo. Below is the link to it.
https://github.com/abdoo13/price_trial

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.