jonjrodriguez / nl2sql

Transform natural language queries to SQL
75 stars 29 forks source link

Traceback (most recent call last): #32

Open karanmodhvadia27 opened 6 years ago

karanmodhvadia27 commented 6 years ago

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

Vyshnave commented 5 years ago

Same issue @karanmodhvadia27
Did you find a solution?

karanmodhvadia27 commented 5 years ago

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

kalimuthu123 commented 4 years ago

@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