rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 291 forks source link

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

Open pevolution-ahmed opened 1 year ago

pevolution-ahmed commented 1 year ago

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:

gdsutton commented 8 months ago

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

avhz commented 3 weeks ago

Anyone found a way to resolve this ?