Shouη
Results
2
comments of
Shouη
```py import platform import os if platform.system().upper() == "LINUX": os.environ["__GLVND_DISALLOW_PATCHING"] = "1" ``` For the time being, this is how you guys can monkeypatch it into the code, remember to...
Anyone searching for possible workaround, take a look at: #554