gap-text2sql
gap-text2sql copied to clipboard
process data problem
when i run python run.py preprocess experiments/spider-configs/gap-run.jsonnet erro:
Traceback (most recent call last):
File "run.py", line 104, in
Thanks for your interest on our work.
Did you try to follow the instruction to setup the environment? What is the Python version you use? I assume it is 3.6. You can try to use Python3.7 to see if you can solve this issue.
Thanks for your interest on our work.
Did you try to follow the instruction to setup the environment? What is the Python version you use? I assume it is 3.6. You can try to use Python3.7 to see if you can solve this issue.
my python version is Python 3.7.9
Did your try to setup the virtual environment from the command line we provided? Did that work for you?
same problem. did you solve it?
same problem with virtual environment on python 3.7.10
Here is a tricky slove: change File "seq2struct/utils/registry.py", line 41 signature = inspect.signature(callable) to signature = inspect.signature(callable.__init__)
@Impavidity @lezhu1234 @JoaoLages @489597448 @waytehsu How much time will it take to preprocess the dataset, i was running the command for like past hours, it just keep running, can any one help me on this? Thanks