After deploying my Express.js API, when I try to log in or sign in with Google auth in my app, it returns this error:
ModuleNotFoundError: No module named ‘semantic_kernel’
Traceback:
File "/opt/render/project/src/.venv/lib/python3.7/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)File "/opt/render/project/src/ai.py", line 16, in <module>
import semantic_kernel as sk