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.

installation fails on CircleCI

See original GitHub issue
ModuleNotFoundError: No module named 'tvtk.custom.generic_render_window_interactor'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/circleci/.local/lib/python3.7/site-packages/mayavi/mlab.py", line 16, in <module>
    from mayavi.tools.camera import view, roll, yaw, pitch, move
  File "/home/circleci/.local/lib/python3.7/site-packages/mayavi/tools/camera.py", line 24, in <module>
    from .engine_manager import get_engine
  File "/home/circleci/.local/lib/python3.7/site-packages/mayavi/tools/engine_manager.py", line 14, in <module>
    from mayavi.core.engine import Engine
  File "/home/circleci/.local/lib/python3.7/site-packages/mayavi/core/engine.py", line 28, in <module>
    from mayavi.core.base import Base
  File "/home/circleci/.local/lib/python3.7/site-packages/mayavi/core/base.py", line 19, in <module>
    from tvtk.pyface.tvtk_scene import TVTKScene
  File "/home/circleci/.local/lib/python3.7/site-packages/tvtk/pyface/tvtk_scene.py", line 44, in <module>
    class TVTKScene(HasPrivateTraits):
  File "/home/circleci/.local/lib/python3.7/site-packages/tvtk/pyface/tvtk_scene.py", line 175, in TVTKScene
    interactor = Property(Instance(tvtk.GenericRenderWindowInteractor))
  File "tvtk_classes/tvtk_helper.py", line 481, in <lambda>
  File "tvtk_classes/tvtk_helper.py", line 47, in get_class
  File "tvtk_classes/tvtk_helper.py", line 28, in get_module
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
  File "tvtk_classes/generic_render_window_interactor.py", line 29, in <module>
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 668, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 638, in _load_backward_compatible
  File "tvtk_classes/render_window_interactor.py", line 32, in <module>
  File "tvtk_classes/render_window_interactor.py", line 446, in RenderWindowInteractor
NameError: name 'nan' is not defined

@GuillaumeFavelier do you know what caused this?

This was in the build_docs job from #7619

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
drammockcommented, Apr 23, 2020
0reactions
larsonercommented, Apr 27, 2020

Looks like it was spurious so I’ll close

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Server Installations - CircleCI
This document describes an initial set of troubleshooting steps to take if you are having problems with your CircleCI installation on your private...
Read more >
Error install packages - Build Environment - CircleCI Discuss
Error install packages ... Error: EACCES: permission denied, ... command: npm install --prefer-offline --no-audit --progress=false
Read more >
Yarn install failing on build - CircleCI Discuss
We are attempting to set up our project on CircleCI and are currently having it fail the build during the yarn install portion....
Read more >
Troubleshoot self-hosted runner - CircleCI
I installed my first self-hosted runner on macOS and the job is stuck in "Preparing Environment", but there are no errors, what should...
Read more >
Apt-get installation problem - Build Environment
I get the following error trying to install my requirements: ERROR: running install running build running build_ext building 'pyodbc' ...
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