-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot_input.py: ModuleNotFoundError #11
Comments
will check this out. just to confirm @justineziolkowski you didnt run into this? |
No, I haven't seen this error |
i wasnt able to replicate this. could you try again to confirm. make sure you're on the argparse branch |
This seems to be due to remote access on Niagara. The default python install doesn't include tornado but matplotlib tries to use it. You can change the backend or install tornado |
Can confirm that I still get the same error (after
|
@alyssadai whenever you have a moment can you log onto niagara and do
and share output |
Sure, here it is:
|
The intelpython that Niagara provides doesn't have Tornado installed, which causes the error. |
ok, ill either switch backend or install Tornado. i cant wrap my head around what allows some users (me, Justine) but not others to run the following without error though
any ideas? |
you probably have toronado installed under Edit: |
I've got it. Its how you're invoking ssh. If ssh is invoked with
If you don't use
matplotlib is detecting |
aha. thanks Gabe! in that case think ill go with a try except block and switch backend if RuntimeError |
WOW @gdevenyi that is some Gabe the Technowizard-level sleuthing. Just checked and can confirm that I have X11 forwarding turned on for my Niagara session, but not for my CIC session, on MobaXterm. |
Getting the below error when I try to run plot_input.py with the concatenated metric matrix:
python ../cobra-nmf/vertex/plot_input.py --input wholebrain_ct-sa-mc-gi.mat --output ct-sa-mc-gi_matrix.png
The text was updated successfully, but these errors were encountered: