Samagra-Development / Text2SQL

20 stars 11 forks source link

Gitpod issue while setting up. Possible solution. #49

Open goyalpramod opened 1 year ago

goyalpramod commented 1 year ago

While running the application in gitpod, After running the following bash command

sudo sh ./setup.sh

Pygraphwiz throws an installation error. But running, before setup

sudo apt-get update 

fixes the mentioned error. Possible reasoning behind so needs to be explored.

For anyone who has been running into a problem setting up gitpod. run the update first then the setup, if you run into an issue with quart. Run setup again.

This does seem to fix the issue for the time being, but reasons for it need to be explored.

goyalpramod commented 1 year ago

50 The following PR should fix the issue, but information regarding why this fixes the issue still needs to be explored.