Kevin Turcios

Results 124 comments of Kevin Turcios

this works nowadays if you use the format ```py if __name__ == "__main__": uvicorn.run(app, host="127.0.0.1", port=5000, log_level="info") ``` for a single worker for multiple workers uvicorn still requires a string...

this most likely isn't revelant nowadays.

this particular issue has gone away in lastest version of nuitka, however a different one came up, i'll make a new issue for that and closing this one

``` - module-name: "paddle" dlls: - from_filenames: relative_path: "libs" prefixes: - "lib" - "mkl" - "war" - "common" - module-name: "paddleocr" implicit-imports: - depends: - "PIL" - "PIL.Image" - "PIL.ImageDraw"...

> I am wondering, if it's a good strategy to try and not have your full yaml config immediately, and see how much of it comes up for me, but...

this is still happening. probably should be a blocker before 3.12 support

are there any planned updates to this?