Skip to content

Instantly share code, notes, and snippets.

@AlexDel
Created October 5, 2020 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexDel/f9891b5ef83d3b568a8d901a4932e7fc to your computer and use it in GitHub Desktop.
Save AlexDel/f9891b5ef83d3b568a8d901a4932e7fc to your computer and use it in GitHub Desktop.
Attaching to fmcg-cv-solution-backend
fmcg-cv-solution-backend | /usr/local/lib/python3.8/site-packages/torchvision/transforms/transforms.py:256: UserWarning: The use of the transforms.Scale transform is deprecated, please use transforms.Resize instead.
fmcg-cv-solution-backend | warnings.warn("The use of the transforms.Scale transform is deprecated, " +
fmcg-cv-solution-backend | Traceback (most recent call last):
fmcg-cv-solution-backend | File "main.py", line 17, in <module>
fmcg-cv-solution-backend | uvicorn.run(
fmcg-cv-solution-backend | File "/usr/local/lib/python3.8/site-packages/uvicorn/main.py", line 359, in run
fmcg-cv-solution-backend | config = Config(app, **kwargs)
fmcg-cv-solution-backend | File "/usr/local/lib/python3.8/site-packages/uvicorn/config.py", line 191, in __init__
fmcg-cv-solution-backend | self.configure_logging()
fmcg-cv-solution-backend | File "/usr/local/lib/python3.8/site-packages/uvicorn/config.py", line 246, in configure_logging
fmcg-cv-solution-backend | logging.config.fileConfig(
fmcg-cv-solution-backend | File "/usr/local/lib/python3.8/logging/config.py", line 71, in fileConfig
fmcg-cv-solution-backend | formatters = _create_formatters(cp)
fmcg-cv-solution-backend | File "/usr/local/lib/python3.8/logging/config.py", line 104, in _create_formatters
fmcg-cv-solution-backend | flist = cp["formatters"]["keys"]
fmcg-cv-solution-backend | File "/usr/local/lib/python3.8/configparser.py", line 960, in __getitem__
fmcg-cv-solution-backend | raise KeyError(key)
fmcg-cv-solution-backend | KeyError: 'formatters'
fmcg-cv-solution-backend exited with code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment