You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had installed nipype with pip install on 3D Slicer python (3.9) without errors but when I do
import nipype on the python shell I get :
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/home/sara.fernandezvidal/thirdPartySoftwareStim/Slicer-5.6.1-linux-amd64/lib/Python/lib/python3.9/site-packages/nipype/__init__.py", line 28, in <module>
faulthandler.enable()
AttributeError: 'PythonQtStdOutRedirect' object has no attribute 'fileno'
Summary
Actual behavior
import error
Expected behavior
no error
How to replicate the behavior
On 3D Slicer python console :
Script/Workflow details
Please put URL to code or code here (if not too long).
Platform details:
3D Slicer python (3.9) Console
Execution environment
Choose one
The text was updated successfully, but these errors were encountered: