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

ERROR:ImportError: cannot import name 'text' from 'magnum'

Open MuXiangWen opened this issue 1 year ago • 5 comments
trafficstars

when i run the command: python examples/viewer.py --scene /path/to/data/scene_datasets/habitat-test-scenes/skokloster-castle.glb there will be an error: Traceback (most recent call last): File "/data/nvme2/dky/lc/habitat-sim/examples/viewer.py", line 19, in from magnum import shaders, text ImportError: cannot import name 'text' from 'magnum' (/XX/miniconda3/envs/habitat/lib/python3.9/site-packages/magnum/init.py)

MuXiangWen avatar Nov 03 '24 12:11 MuXiangWen