I have always faced this problem for all my projects

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 589, in _run_script
    exec(code, module.__dict__)File "/mount/src/downloader/youtube_downloader.py", line 2, in <module>
    from pytube import YouTube

I have everyhting in the requirements.txt file but its not working out

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