I generally use Ubuntu 16.04 as my development machine. Recently I tried to setup a Windows 10 development machine on Virtual machine with Qt 5.15 and Qt Creator 4.12
In this machine, I was getting below error each time I tried to open Qt Creator from the start menu.
Turns out the culprit is LLVM I had installed earlier.
Fix is simple. Download Python 3.6 Windows zip file from python website (I used python-3.6.8-embed-amd64
). Extract the downloaded zip file, copy the python36.dll to LLVM bin directory (For me it was C:\Program Files\LLVM\bin
as shown below). Press OK if you get any warning prompt.
It feels strange that someone forgot to include a crucial DLL with their installer!
Happy coding..
No comments:
Post a Comment