You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: