question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does the coreg GUI work with Python 3.10?

See original GitHub issue

I 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:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
larsonercommented, Apr 20, 2022

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

0reactions
cbrnrcommented, Apr 20, 2022
$ pip install ~/Downloads/vtk-9.1.0.dev0-cp310-cp310-macosx_12_0_x86_64.whl
ERROR: vtk-9.1.0.dev0-cp310-cp310-macosx_12_0_x86_64.whl is not a supported wheel on this platform.

👀 – my MacBook doesn’t support Monterey anymore 😢.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found