I have an issue after deploying express app. ModuleNotFoundError: No module named 'semantic_kernel'

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

Hi there,

I recommend checking the requirements.txt file to ensure this dependency is specified. Also check the build command to ensure it will get installed properly.

Let us know if you have any further questions.

Regards,
Mike


Render Support Engineer, MT (UTC-7)

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