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

run error

Open shqtong opened this issue 2 years ago • 1 comments

When I run '''python examples/viewer.py --scene /path/to/data/scene_datasets/habitat-test-scenes/skokloster-castle.glb ''' , there is an error: ''' $ python examples/viewer.py --scene /home/sdu310/habitat/habitat-sim-main/data/scene_datasets/habitat-test-scenes/skokloster-castle.glb Renderer: GeForce RTX 2080 Ti/PCIe/SSE2 by NVIDIA Corporation OpenGL version: 4.6.0 NVIDIA 418.56 Using optional features: GL_ARB_vertex_array_object GL_ARB_ES2_compatibility GL_ARB_separate_shader_objects GL_ARB_texture_storage GL_ARB_texture_view GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_texture_storage_multisample GL_ARB_multi_bind GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_texture_filter_anisotropic GL_KHR_debug Using driver workarounds: no-forward-compatible-core-context no-layout-qualifiers-on-old-glsl nv-zero-context-profile-mask nv-implementation-color-read-format-dsa-broken nv-cubemap-inconsistent-compressed-image-size nv-cubemap-broken-full-compressed-image-query nv-compressed-block-size-in-bits Assertion indices failed at /opt/conda/envs/py39/conda-bld/habitat-sim_1680305556768/work/src/deps/magnum/src/Magnum/Text/Renderer.cpp:355 Aborted (core dumped)

''' Could you please tell me what should I do?

shqtong avatar Apr 12 '23 02:04 shqtong

I think we'll need more information to help here.

  1. Did you install from conda or source? What command did you use?
  2. What code branch and commit are you on locally?

This looks to me like a possible mismatch between the installed python modules and the cloned viewer.py code. For example, did you conda install a release tag, but clone and run the python code in main?

aclegg3 avatar May 18 '23 15:05 aclegg3