Sudden issue using Neurodesk in Google Colab #458
-
Dear all, I am having issues using Neurodesk in Google Colab (Error message upon install: No module named 'lmod'). Subsequently, I assume this is an issue with lmod, but I have not been able to solve this yet. This has only started today - yesterday at 8 PM everything worked perfectly fine. My code is here:
You can also see that it used to work very recently in these notebooks: https://github.com/marlapinkert/TEWA2/blob/main/04_Motion_Intro_Preprocessing.ipynb and https://github.com/marlapinkert/TEWA2/blob/main/05_Preprocessing_Nipype.ipynb. I am using the same code to install it as in the example provided (https://colab.research.google.com/drive/1g5cnZxj1llRaHmOs4xSglqsXnFkQYuol?usp=sharing). The example also does not work anymore. I am using Neurodesk in Colab for teaching and would prefer continuing with Colab as this is easiest for students. I would be very grateful for any help. Best wishes, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Dear @marlapinkert - Thank you so much for flagging this issue! I can replicate the problem and we are investigating what happened - It looks like google colab updated something ... |
Beta Was this translation helpful? Give feedback.
-
Dear @marlapinkert - we found the problem. jupyterlmod updated 20hours ago and broke the API: https://pypi.org/project/jupyterlmod/#history We implemented a workaround on our side, so it is working again. |
Beta Was this translation helpful? Give feedback.
-
Dear @marlapinkert - your notebooks look great :) Would you be keen to contribute them to our example repository? https://www.neurodesk.org/example-notebooks/intro.html |
Beta Was this translation helpful? Give feedback.
Dear @marlapinkert - we found the problem. jupyterlmod updated 20hours ago and broke the API: https://pypi.org/project/jupyterlmod/#history
https://github.com/cmd-ntrf/jupyter-lmod/pull/62/files#diff-2a139389071b29d80b4f6663679b8f1a774487d68e6f785ac50012525586b338
We implemented a workaround on our side, so it is working again.