ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

`attempt_import` raises error when running from CLI #60

Closed ZeroIntensity closed 8 months ago

ZeroIntensity commented 9 months ago

Trying to run an app with view serve seems to raise an error saying uvicorn is not installed (even if it is). Perhaps it's time to ditch attempt_import?

ZeroIntensity commented 8 months ago

Will be fixed when #10 gets merged.