TYH
(Tzuyu Hsu)
1
- MNE-Python version: 0.23
- operating system: ubuntu
May I ask a question about MNE-BIDs-pipeline here?
Before my question, I like to say that MNE-BIDs-pipeline is awesome!!!
Here is the question. I saw an error message with concatenate across runs.
Any suggestions? Thank you.
richard
(Richard Höchenberger)
2
Hello @TYH, great to see people trying out the pipeline! We’re about to improve the documentation and getting started guide.
That said, the pipeline currently always expects you to use the latest development versions of MNE-Python and MNE-BIDS. So you should run
pip install -U https://github.com/mne-tools/mne-python/archive/refs/heads/main.zip
pip install -U https://github.com/mne-tools/mne-bids/archive/refs/heads/main.zip
to update both. The pipeline will then, hopefully, run.
Best wishes,
Richard
1 Like
TYH
(Tzuyu Hsu)
3
Hi @richard,
Sorry for late reply. Yes, it works after upgrade to the latest version. Thank you very much~~~
1 Like