Mithun Paul
Mithun Paul
just in case this helps someone: one thing that has helped me solve this issue is to ensure my python==2.x (note: not 3.x which is default these days), tensorflow==1.15.0
I get same error for train_mnli.py also. However, my issue was that I had to uncomment some lines which replaced test files with dev files (lines 300-303) and some other...
update. when i try `python setup.py build_ext` this is the specific error in depccg which is failing to install ``` depccg/parsing.pyx:44:42: unknown type in template argument building 'depccg.morpha' extension creating...