Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'uvicorn' on SockJSAdapter.py #547

Open
pevolution-ahmed opened this issue Mar 18, 2023 · 1 comment

Comments

@pevolution-ahmed
Copy link

File in question:

SockJSAdapter.py

The Error Message:

Using Python 3.10.6 at /usr/bin/python3 Traceback (most recent call last): File "/opt/shiny-server/python/SockJSAdapter.py", line 14, in <module> import uvicorn ModuleNotFoundError: No module named 'uvicorn'

System Specs:

Ubuntu 22.04

How to reproduce it:

  • Just run shiny-server with Shiny for python application
@gdsutton
Copy link

gdsutton commented Nov 6, 2023

Also getting this same error, did you manage to resolve it? Installing uvicorn through pip install in my dockerfile doesn't help as far as I can see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants