Advertisement
lamiastella

cannot import name 'cfg' from 'config'

Jan 25th, 2021
2,421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1. Python 3.8.5 (default, Jul 28 2020, 12:59:40)
  2. [GCC 9.3.0] on linux
  3. Type "help", "copyright", "credits" or "license" for more information.
  4. >>> from config import cfg
  5. Traceback (most recent call last):
  6.   File "<stdin>", line 1, in <module>
  7. ImportError: cannot import name 'cfg' from 'config' (/home/mona/venv/vision/lib/python3.8/site-packages/config/__init__.py)
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement