Open karanmodhvadia27 opened 6 years ago
Same issue @karanmodhvadia27
Did you find a solution?
Not yet.. I think it has something to do with the Python version..
@Vyshnave the solution is u have to change the name just follow the commment sudo cp /usr/lib/python3.6/configparser.py /usr/lib/python3.6/ConfigParser.py
Installed all the required dependencies yet when execute any command like "python nl2sql.py setup" or "python nl2sql.py run" or "python nl2sql.py download", i am getting the same below error..
Traceback (most recent call last): File "nl2sql.py", line 8, in
from cli import Download, Setup, Runner
File "C:\Users\Lenovo\Desktop\nl2sql-master\cli__init__.py", line 1, in
from cli.Download import Download
File "C:\Users\Lenovo\Desktop\nl2sql-master\cli\Download.py", line 6, in
from Config import Config
File "C:\Users\Lenovo\Desktop\nl2sql-master\Config.py", line 1, in
from ConfigParser import ConfigParser
ImportError: No module named 'ConfigParser'
Please help, Thanks..