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

ModuleNotFoundError for premsql.pipelines when using premsql #31

Open
cyberholics opened this issue Nov 1, 2024 · 1 comment
Open

Comments

@cyberholics
Copy link

I encountered a ModuleNotFoundError when trying to import SimpleText2SQLAgent from premsql.pipelines . According to the documentation, this should work directly with the following code: from premsql.pipelines import SimpleText2SQLAgent

Here is the error message: ---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[4], line 1
----> 1 from premsql.pipelines import SimpleText2SQLAgent
2 from premsql.generators import Text2SQLGeneratorHF
3 from premsql.executors import SQLiteExecutor

ModuleNotFoundError: No module named 'premsql.pipelines'

@Anindyadeep
Copy link
Member

There is a major update coming, please stay tuned. Lot of things are coming on the way

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

2 participants