pcyin / tranX

A general-purpose neural semantic parser for mapping natural language queries into machine executable code
Apache License 2.0
460 stars 111 forks source link

Issues installing/running server #35

Open EliPincus opened 3 years ago

EliPincus commented 3 years ago

Hello, I tried to train the models and run the server per the readme file but have run into issues. I am running a 64 bit Ubuntu Virtual Machine. When I try to run the train.sh file I get an error that the python command can not be found. When I try to run the server code the app.py script could not be found, but I saw the issue mentioning this file was in the server folder. However, after updating the path there are several modules that can't be found. I tried installing them with pip but got stuck when pip couldn't find components.standalone_parser . Note the yml file installs the most recent python in the conda environment I think as opposed to 3.5 or 2.7 as mentioned in READMe. Are there updated instructions for getting this running on a Linux distribution? Thanks for any pointers.

hemangjoshi37a commented 3 years ago

@Wynand212

same issue here. Have you solved it already? Thank you.

rogeriochaves commented 3 years ago

hey there! I managed to get it working on my machine (mac os) by doing some small changes, check it out on the pull request #36