Open M40V opened 5 years ago
Comment by M40V Wednesday May 22, 2019 at 09:21 GMT
The setup to iterate a pipeline is a little different than running a single one. You can find a tutorial on the following link.
We implemented a fix to this error on the issue #84, you have a version of lark-parser not adapted the project (its's an open issue on populse_db). You will need to downgrade lark-parser to a version inferior to 0.7.0, you can use the following command on a terminal to fix this issue.
python3 -m pip install -I "lark-parser<0.7.0 --user"
Comment by servoz Wednesday May 22, 2019 at 10:35 GMT
I am currently testing a fix for the bug with the lark version>=0.7.0. If I find a couple of hours this week I hope to close this issue before friday afternoon
Comment by servoz Wednesday Jun 05, 2019 at 15:04 GMT
The bug with the lark>=0.7.0 version is like the pandora box (we discovered that the initial issue was only the tip of the iceberg ...).
Because we can live with it by simply using lark_parser ====0.6.7 we will come back later to try to fix it. We leave the ticket on populse_db problems open for now and we can close this one, which is actually a duplicate without any real connection to iteration
Issue by clemacq Wednesday May 22, 2019 at 09:00 GMT _Originally opened as https://github.com/populse/populse_mia/issues/88_
Describe the bug The project consist in:
Generated error