habitat-sim icon indicating copy to clipboard operation
habitat-sim copied to clipboard

Example Viewer issue after installation - no attribute PointerMoveEvent in magnum

Open 10-zin opened this issue 6 months ago • 0 comments
trafficstars

Magnum issues - No Attribute "PointerMoveEvent"

Upon running python habitat-sim/examples/viewer.py --scene data/scene_datasets/habitat-test-scenes/skokloster-castle.glb

I am facing the following error, any idea ?

Error: Traceback (most recent call last): File "habitat/habitat-sim/examples/viewer.py", line 31, in class HabitatSimInteractiveViewer(Application): File "/habitat/habitat-sim/examples/viewer.py", line 680, in HabitatSimInteractiveViewer def pointer_move_event(self, event: Application.PointerMoveEvent) -> None: AttributeError: type object '_magnum.platform.glfw.Application' has no attribute 'PointerMoveEvent'

Steps to Reproduce

Steps to reproduce the behavior:

  1. The recommended conda install instructions, then download test data
  2. Running the python viewer example

System Info

macOS

ENVIRONMENT INFO: Platform: macOS-14.2.1-x86_64-i386-64bit Machine: x86_64 Processor: i386 Libc version:
Mac version: 14.2.1 Python version: 3.9.19 Architecture: 64bit Win version:
System OS: Darwin Release: 23.2.0 Version: Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:34 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8103 Operational System: darwin GCC version: b'Apple clang version 15.0.0 (clang-1500.1.0.2.5)\n' CMAKE version: b'cmake version 3.14.0\n' NVIDIA-SMI: b'' Pip packages versions: b'' Conda packages versions: b''

10-zin avatar Apr 29 '25 01:04 10-zin