Nicholas Gardner

Results 4 comments of Nicholas Gardner

Kind of a hacky way around around this, but you have to add a decorator to all routes. ```python def error_wrapper(fn): def wrapper(): try: return fn() except Exception as ex:...

> I would also like to use pyvirtualcam on M1 and am having the same issue. Is there any workaround for this? > > Also, I found https://github.com/pypa/cibuildwheel which supports...