Question Pyqtdeploy not working on Windows

Status
Not open for further replies.

salm2s

Honorable
Jul 21, 2017
266
6
10,815
Hi there,

So I made a pyqt script that I want to deploy to android using pyqtdeploy. Problem is that when I run:
Code:
python build-demo.py
It returns:
Code:
pyqtdeploy-sysroot: Unable to detect MSVC2015 or MSVC2017

I already downloaded Visual Basic x64 redistributable 2015-2019.

I don’t know what to do. Does pyqtdeploy not work on windows? Do I need to use Linux?

Thanks,
Salm2s
 

salm2s

Honorable
Jul 21, 2017
266
6
10,815
3Pe4qXm.jpg

Do I need to choose anything? Or can I just install?
 

salm2s

Honorable
Jul 21, 2017
266
6
10,815
You need to select "Python development", I suppose.
Thanks. I installed and tried command again in the developer console:
Code:
python build-demo.py --target android

But now I get this error:
Code:
pyqtdeploy-sysroot: win-32 is not a supported android-32 development host

I am pretty sure I am running Windows 64 bit. Any reason why it says this?
 
Status
Not open for further replies.