Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config errror #109

Open
testiiii opened this issue Jul 14, 2022 · 2 comments
Open

Config errror #109

testiiii opened this issue Jul 14, 2022 · 2 comments

Comments

@testiiii
Copy link

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)

@solaluset
Copy link

Looks like you have third-party package config installed. Remove it or run from virtual environment.

@RafaelSolVargas
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants