[BUG] uvloop
ModuleNotFoundError: No module named 'uvloop' on Ubuntu Docker Image
#395
Labels
bug
Something isn't working
Description
Running a boilerplate robyn project within an ubuntu docker image on mac m1 fails due to missing
uvloop
runtime dependency. Able to build the image but an error occurs at runtime.uvloop
is a conditional dependency which does not get installated in this environment.Expected Behavior
I would expect that, if
uvloop
is required in my environment that it is installed viapip install robyn
. This seems like a bug in the conditional install logic?Screenshots
Environment:
[Optional] Additional Context
The text was updated successfully, but these errors were encountered: