meshtaichi icon indicating copy to clipboard operation
meshtaichi copied to clipboard

installed a restricted version of taichi and examples not working

Open ShaimaaMonem opened this issue 2 years ago • 0 comments

I am using a Linux subsystem (in windows). I cloned the repo and trying to run the examples. I get this warning and the example does not show

[Taichi] version 1.5.0, llvm 16.0.0git, commit 7b885c28, linux, python 3.8.10 You have installed a restricted version of taichi, certain features (e.g. Vulkan & GGUI) will not work. You can suppress this warning by setting the environment variable TI_MANYLINUX2014_OK=1. [Taichi] Starting on arch=x64 Traceback (most recent call last): File "ms.py", line 100, in <module> window = ti.ui.Window("Mass Spring", (1024, 768)) File "/home/monem/py38/lib/python3.8/site-packages/taichi/ui/window.py", line 37, in __init__ check_ggui_availability() File "/home/monem/py38/lib/python3.8/site-packages/taichi/ui/utils.py", line 80, in check_ggui_availability raise GGUINotAvailableException( taichi.ui.utils.GGUINotAvailableException: GGUI is not available since you have installed a restricted version of taichi. Please see yellow warning messages printed during startup for details.

I have tested the example on a different Linux machine and it works just fine. what does a restricted version mean, and how to fix this so that I can use a normal full version?

ShaimaaMonem avatar Apr 17 '23 17:04 ShaimaaMonem