Hello,
I try to install pip_install("matplotlib wxPython")
on Slicer Stable version 4.11.20210226 and it freezes and does not respond. This is what I get in Python Interactor:
Do you have any idea why?
Thanks,
Eleni
Hello,
I try to install pip_install("matplotlib wxPython")
on Slicer Stable version 4.11.20210226 and it freezes and does not respond. This is what I get in Python Interactor:
Do you have any idea why?
Thanks,
Eleni
I suggest you try again using the following command:
pip_install("matplotlib wxPython --verbose")
This should help understand which command is blocking …