Does the coreg GUI work with Python 3.10?
See original GitHub issueI might be wrong, but it looks like mne coreg requires Python < 3.10 to work (simply because vtk does not have binary wheels for Python 3.10). If that’s the case, should we add a note somewhere in the documentation (maybe in the paragraph describing the installation with 3D visualization here)?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
mne coreg issues - Support & Discussions
Hi guys! I recently updated to mne 1.0. After the update, the mne coreg is not working. I am getting this error text:...
Read more >Coregistration rendering · Issue #6980 · mne-tools/mne-python
I am experiencing an issue with graphics/visualization when attempting coregistration. I am unable to visualize MRI subjects' heads. The GUI ...
Read more >Graphic User Interface FAQ — Python 3.11.1 documentation
Contents: Graphic User Interface FAQ- General GUI Questions, What GUI toolkits exist for Python?, Tkinter questions- How do I freeze Tkinter applications?, ...
Read more >Which Python GUI library should you use in 2022?
Both the GUI framework and the language are licensed under the same Python Software Foundation (PSF) License. While the license is compatible ......
Read more >Welcome to wxPython! | wxPython
This website is all about wxPython, the cross-platform GUI toolkit for the Python language. With wxPython software developers can create truly native user ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

There are VTK 3.10 wheels on conda-forge (our recommended installation method). Wheels should show up on PyPi around May 6 because 9.2 is 10-compatible https://discourse.vtk.org/t/vtk-9-2-0-release-cycle/8149
👀 – my MacBook doesn’t support Monterey anymore 😢.