8000 advice for Spyder-6 users: update package traitlets to traitlets-5.14.3 · Issue #1590 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

advice for Spyder-6 users: update package traitlets to traitlets-5.14.3 #1590

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

Closed
stonebig opened this issue May 9, 2025 · 5 comments
Closed
Labels

Comments

@stonebig
Copy link
Contributor
stonebig commented May 9, 2025

You have to update the package traitlets to traitlets-5.14.3

Indeed traitlets-5.14.1:

  • contains a bug, trandforming 'png' into {'g', 'n', 'p'} , since (traitlets-5.13.0 ?)
  • causing endless graphic problems in spyder console.

Due to this bug: ipython/traitlets#903

example of method: #1587 (comment)

pip install --upgrade traitlets
@stonebig stonebig pinned this issue May 9, 2025
@stonebig
Copy link
Contributor Author
stonebig commented May 13, 2025

~~also, if someone can find the root cause of this strange issue, don't hesitate to share.~~~

done, thanks to @mvds314 making the problem go away per updating sort of everything, so I just needed to figure what package upgrade

@mvds314
Copy link
mvds314 commented May 16, 2025

I have the same problem: plotting in an qt window console hangs when using Winpython 2025-2.
I wasn't able to figure out which package is causing the problem, but the following solved it for me:

pip install spyder==6.0.5 packaging==24.2 markdown-it-py==2.2.0 --force-reinstall

@stonebig
Copy link
Contributor Author
stonebig commented May 16, 2025

can you tell what gives your "pip freeze" ? so I can spot a possible clue

@stonebig
8000
Copy link
Contributor Author
stonebig commented May 17, 2025

ok bug found: it was corrected in traitlets-5.14.3

ipython/traitlets#903

Image

and now %pylab works

@stonebig stonebig added bug Procedure Procedure and removed help wanted labels May 17, 2025
@stonebig stonebig changed the title Spyder-6 advice for Matplotlib users Spyder-6 advice for Matplotlib users: update package traitlets to traitlets-5.14.3 May 17, 2025
@stonebig stonebig changed the title Spyder-6 advice for Matplotlib users: update package traitlets to traitlets-5.14.3 advice for Spyder-6 users: update package traitlets to traitlets-5.14.3 May 17, 2025
@stonebig
Copy link
Contributor Author

fixed in b2

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

No branches or pull requests

2 participants
0