Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installed a restricted version of taichi and examples not working #13

Open
ShaimaaMonem opened this issue Apr 17, 2023 · 0 comments
Open

Comments

@ShaimaaMonem
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant