kaarthik108 / snowChat

Chat snowflake - Text to SQL
https://snowchat.streamlit.app/
475 stars 260 forks source link

Chain import issue #9

Closed sureshsinganamala closed 1 year ago

sureshsinganamala commented 1 year ago

Hi @kaarthik108 @esanketkulkarni, I have followed same steps and able to run the app but getting following error. Can any one please suggest me how to fix?

image

esanketkulkarni commented 1 year ago

Can you confirm if you have chain.py in same level asmain.py? and chain.py has the function load_chain?

sureshsinganamala commented 1 year ago

Hi @esanketkulkarni, the file locations are proper and you can see it in below images.

image image

sureshsinganamala commented 1 year ago

Hi @esanketkulkarni, If I copy chain.py code into main.py then its working for me. Is there any loading file issue?

esanketkulkarni commented 1 year ago

May I know how you are starting or running main.py? Pycharm or using CLI or any other IDE?