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.

New release needed ASAP for Python 3.10 (due to VTK 9.2.0+)

See original GitHub issue

Based on this Stack Overflow question the new 9.2.0 release candidate and its changes (see important https://github.com/pyvista/pyvista/pull/2837) are a larger problem than I thought.

On Python 3.10 only the release candidate is available:

$ pip install vtk==
ERROR: Could not find a version that satisfies the requirement vtk== (from versions: 9.2.0rc1)
ERROR: No matching distribution found for vtk==

So when people do pip install pyvista they get PyVista 0.34.1 with VTK 9.2.0rc1, which has all the breakage posted in https://github.com/pyvista/pyvista/pull/2837 plus what’s been fixed since the last PyVista release in April.

We should try to fast-track the VTK version tracking changes and put out a new release, even if this might mean another release not long after, adding additional functionality in the pipeline right now.

Thoughts, @pyvista/developers?

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
MatthewFlammcommented, Jul 1, 2022

Can this be closed now? I’m surprised it wasn’t autoclosed by GitHub based on #2912 , but maybe there was a reason it wasn’t.

1reaction
tkoyama010commented, Jun 25, 2022

I’d be more than pleased for others to help as well.

@akaszynski Good. Then I will be in doing this time after it is ready for release. If there is anything unclear in the release, I will ask questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VTK 9.2.0.rc1 is out - Announcements
VTK 9.2.0.rc1 is finally out. This release comes with Python wheels for Python 3.10 and SDKs for building further wheels based on VTK's...
Read more >
can't install with Python 3.10 (#18335) · Issues · VTK ... - GitLab
Can't install vtk on poythin 3.10. Default pip find no compatible version, installing from git give.
Read more >
VTK import error when trying to import PyVista on Python 3.10
Firstly, you are on Python 3.10, and the only VTK version that's available on PyPI is the new 9.2.0 release candidate:
Read more >
pyvista Changelog - PyUp.io
We've added a variety of new features in this release, including wrappers for several VTK filters and widgets. Check out the full release...
Read more >
Package List — Spack 0.20.0.dev0 documentation
It is automatically generated based on the packages in this Spack version. ... Versions: 3.10.0, 3.9.0; Build Dependencies: cmake, python, py-setuptools, ...
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