Skip to content
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

AttributeError: 'PythonQtStdOutRedirect' object has no attribute 'fileno' #3649

Open
sarafv opened this issue May 23, 2024 · 1 comment
Open

Comments

@sarafv
Copy link

sarafv commented May 23, 2024

Summary

Actual behavior

import error

Expected behavior

no error

How to replicate the behavior

On 3D Slicer python console :

slicer.util.pip_install('nipype')
import nipype

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

  • Container [Tag: ???]
  • My python environment inside container [Base Tag: ???]
  • My python environment outside container
@sarafv
Copy link
Author

sarafv commented May 23, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant