-
Notifications
You must be signed in to change notification settings - Fork 285
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
Sporadic errors when building TVTK classes #1209
Comments
I encountered the same issue when installing it for a Conda environment in a Docker Image
|
Which version of VTK is this failing with, I am fixing some issues with 9.2..6 currently. |
Should be fixed in master with the merge of #1199. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been encountering sporadic installation errors the
Building TVTK classes
step. It occurs on at least Windows and macOS, both locally and in our CI. The error appears to resemble those I've seen in the Mayavi CI (eg https://github.com/enthought/mayavi/actions/runs/4081565144/jobs/7042041456#step:5:4492 and https://github.com/enthought/mayavi/actions/runs/4149642172/jobs/7178740011#step:5:4492).Here is the error output on macOS 12.6, Python 3.8:
And similar errors in our CI on Windows (Python 3.7 run and 3.8 run).
Seems to happen more locally when my system is under load but haven't found a way to reproduce it consistently. I also don't recall seeing it with VTK 9.1.0.
Workaround has been to rerun the installation. Is this a known issue? If so, are there other workarounds? Thanks for your help!
The text was updated successfully, but these errors were encountered: