You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "logging\config.py", line 388, in resolve
AttributeError: module 'uvicorn' has no attribute 'logging'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "logging\config.py", line 390, in resolve
ModuleNotFoundError: No module named 'uvicorn.logging'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "logging\config.py", line 542, in configure
File "logging\config.py", line 654, in configure_formatter
File "logging\config.py", line 469, in configure_custom
File "logging\config.py", line 397, in resolve
File "logging\config.py", line 390, in resolve
ValueError: Cannot resolve 'uvicorn.logging.DefaultFormatter': No module named 'uvicorn.logging'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 115, in <module>
File "uvicorn\main.py", line 375, in run
File "uvicorn\config.py", line 205, in __init__
File "uvicorn\config.py", line 251, in configure_logging
File "logging\config.py", line 808, in dictConfig
File "logging\config.py", line 545, in configure
ValueError: Unable to configure formatter 'default'
[22308] Failed to execute script main
The text was updated successfully, but these errors were encountered:
PyInstaller: 4.3
Python: 3.8.6
Platform: Windows-10-10.0.19041-SP0
The text was updated successfully, but these errors were encountered: