-
I have Win 11 Pro with Python with standard libraries precompiled, Docker, CMake, MinGW, MongoDB, VSCode everything: Win SDKs, all C++ stuff, Cuda Toolkit 12.1, and Zlib. I installed using the latest .exe and .msi installers, and when I click to open, nothing happens. Any clues? |
Beta Was this translation helpful? Give feedback.
Answered by
louisgv
Jul 10, 2023
Replies: 1 comment 6 replies
-
@sm18lr88 are you using the v0.5.2 version? - I thought it worked since we removed all the GPU related stuffs :d.... Ref: #62 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ooh that's right - it relies on webview2 engine, which on Windows is based on the Edge runtime. One way to overcome this is to build a custom version of the app with webview bundled (note this will bloat the output by an additional 70MB), see: https://tauri.app/v1/guides/building/windows#webview2-installation-options