ModuleNotFoundError: import snscrape.modules.twitter as sntwitter

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/appuser/venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
    exec(code, module.__dict__)File "/app/twitter-app/hello.py", line 2, in <module>
    import snscrape.modules.twitter as sntwitter

what solution need to apply to resolve this

what dependency need to install or do i need to downgrade python version
currently its 3.11 please suggest