-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Console throws error about wurlitzer on fresh install #8668
Comments
Thanks for reporting. We'll fix this in our next release (3.3.3) to be ready in a couple of days. |
We have tests for this feature and they didn't detect your problem. So we relay on users to let us know about this kind of problems. |
I am using Spyder 3.3.3 installed through conda along with Python 3 in Mac OS X 10.14.3. On opening Spyder, I get the following error messages in the console. Same error message appears every time a script is run, or interactive mode is used. The scripts work fine, but the error message is rather annoying! Error message: IPython 7.2.0 -- An enhanced Interactive Python. File "/Users/Suman/anaconda/lib/python3.6/site-packages/wurlitzer.py", line 320, in sys_pipes_forever File "/Users/Suman/anaconda/lib/python3.6/contextlib.py", line 81, in enter File "/Users/Suman/anaconda/lib/python3.6/site-packages/wurlitzer.py", line 290, in pipes File "/Users/Suman/anaconda/lib/python3.6/site-packages/wurlitzer.py", line 151, in enter File "/Users/Suman/anaconda/lib/python3.6/site-packages/wurlitzer.py", line 100, in _setup_pipe AttributeError: 'NoneType' object has no attribute 'fileno' |
@namus, what's your spyder-kernels version? |
Name Version Build Channel |
Ok, that's different from the issue you're having. Please open a new issue about it here https://github.com/spyder-ide/spyder-kernels/issues |
Hello,
macOS Mojave version 10.14.5 (18F132)
|
I have the same with Spyder 4. |
same issues on Mac Catalina 10.15.2 |
It just suddenly came back. Latest MacOS/Python/Spyder. Edit: Came and went. 👍 |
I am facing the same problem with my mac. This stopped showing up. But this error is back now. Edit: This was fixed (temporarily?) by running
|
I met the same problem with fresh install of Spyder 4 |
Do you mean?
|
Getting it again after a full update. MacOS Catalina 10.15.4. Spyder 4.1.2. Python 3.7.7 64-bit | Qt 5.9.6 | PyQt5 5.9.2 | Darwin 19.4.0
|
Seems to be solved with:
|
Yup, still an issue for me despite installing the latest wurlitzer (from conda-forge, as above).
Any solution welcome |
I have the same issue.. Mac OS 10.15.4 A strange phenomena that might make solving this much harder: After I close Spyder and reopen everything works well - but if I log out and log back in it comes back |
I had the same issue on MacOS and figured out it occurs just when launching Spyder from Terminal, no issue if Spyder is launched from Anaconda Navigator. |
Can't get started anymore. This is the state of my Spyder console at startup. I have fresh-installed Python 3 from miniconda and Spyder 3. I'm on MacOS (latest). Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: