No module name passlib

If you’re creating a debugging post, please include the following info:

  1. the public app link = https://mprediction.streamlit.app/
  2. Git hub link :GitHub - vaishnavidilip25/medical-condition-prediction-
  3. error message = 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.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 600, in _run_script
    exec(code, module.__dict__)File "/mount/src/medical-condition-prediction-/prediction.py", line 5, in <module>
    import passlib
  1. Share the Streamlit version = 1.34.0

all version are correclty mention in the requirments.txt file using pip list command.
But while deploying on community cloud it showing no module name passlib

You need a requirements.txt file. Neither requirement.txt nor requirments.txt will work.

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