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
File "c:\Users\andre\Downloads\DingoLingo-master\DingoLingo-master\run.py", line 6, in
from config import config
ImportError: cannot import name 'config' from 'config' (C:\Users\andre\AppData\Local\Programs\Python\Python310\lib\site-packages\config_init_.py)
The text was updated successfully, but these errors were encountered:
If you cant remove this package you can change the folder name config to anything else and then replace from config import config to from anything import config where anything is the new folder name
File "c:\Users\andre\Downloads\DingoLingo-master\DingoLingo-master\run.py", line 6, in
from config import config
ImportError: cannot import name 'config' from 'config' (C:\Users\andre\AppData\Local\Programs\Python\Python310\lib\site-packages\config_init_.py)
The text was updated successfully, but these errors were encountered: