lokeshlal / TextToSql

an attempt to convert natural language to sql statement
MIT License
38 stars 14 forks source link

Getting error #9

Open Yasodhavara opened 3 years ago

Yasodhavara commented 3 years ago

Sir we want to take this as mini project,we tried to execute your code to get idea about this kind of project but we are getting errors .sir please help us to resolve these errors.

An0wn commented 3 years ago

spacy lemmatizer import doesnt work

Yasodhavara commented 3 years ago

Sir,could you please explain requirements and packages installation .

On Sun, May 2, 2021, 9:09 AM An0wn @.***> wrote:

spacy lemmatizer import doesnt work

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lokeshlal/TextToSql/issues/9#issuecomment-830734290, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT2P6LAPOK5LZQS2J5TGBGLTLTCPNANCNFSM43SFSBDA .

prasad83 commented 1 year ago

spacy v3 has issue with lemmatizer import.

I tried this

pip install spacy==2.2.4