nl2sql icon indicating copy to clipboard operation
nl2sql copied to clipboard

Traceback (most recent call last):

Open karanmodhvadia27 opened this issue 6 years ago • 3 comments

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..

karanmodhvadia27 avatar Oct 09 '18 09:10 karanmodhvadia27

Same issue @karanmodhvadia27
Did you find a solution?

Vyshnave avatar Feb 07 '19 07:02 Vyshnave

Not yet.. I think it has something to do with the Python version..

karanmodhvadia27 avatar Feb 07 '19 09:02 karanmodhvadia27

@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

kalimuthu123 avatar Jun 16 '20 08:06 kalimuthu123