how to fix it bro after running steamlit it become like this
@mr.invinciblegaming697217 күн бұрын
ann and cnn bro
@astrocoder.official17 күн бұрын
I'll definitely create a separate video and work on improving the accuracy.
@mr.invinciblegaming697217 күн бұрын
ModuleNotFoundError: No module named 'ntscraper' Traceback: File "C:\Users\vasanth\AppData\Local\Programs\Python\Python312\Lib\site-packages\streamlit untime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling result = func() ^^^^^^ File "C:\Users\vasanth\AppData\Local\Programs\Python\Python312\Lib\site-packages\streamlit untime\scriptrunner\script_runner.py", line 579, in code_to_exec exec(code, module.__dict__) File "C:\Users\vasanth\Pictures\twitter_1\app.py", line 7, in from ntscraper import Nitter
@astrocoder.official17 күн бұрын
You need to install ntscraper package. Just run in terminal "pip install ntscraper" .... It will solve the issue