Samagra-Development / Text2SQL

20 stars 11 forks source link

setup issue #39

Open prajak002 opened 1 year ago

prajak002 commented 1 year ago

pygraphviz installation is not supported using pip in windows

ShubhamBhut commented 1 year ago

Hey I was having same issues in my windows and linux with pip. I managed to install pygraphviz and other packages with nix successfully. You can try windows package managers choco and winget. If that doesn't solve the issue then I would suggest installing via nix in WSL2. Issue is not from Text2SQL its with pygraphviz imo

goyalpramod commented 1 year ago

@prajak002

"Historically, installing Graphviz and PyGraphviz on Windows has been challenging. Fortunately, the Graphviz developers are working to fix this and their recent releases have much improved the situation."

PyGraphviz documentation. A manual download for Windows has been mentioned here kindly refer to this.

If you do solve this issue feel free to make a pr. Refer to #45 for further details. Thank you.