I can't install

Hi,
I have been trying to install Plone for Windows for the last two weeks with no success. I tried doing the manual install, Vagrant version, Windows installer version with no luck. I have tried multiple versions and I get errors with build. I also tried doing a quick launch using Heroku and also received the same errors. Not sure if your Windows build needs updating. Have you received other inquiries into this?

Which errors? We can not give specific help without specific error information.

Sorry to send you down a totally different path but, recently I've used Docker on Windows for running Plone.
I'm working with 3 developers who primarly operate on Windows and this has worked for us.

Docker Desktop is ideal but requires Windows Pro.

If you don't have Windows Pro use Docker Toolbox https://docs.docker.com/toolbox/overview/
Once you have docker installed, you can get started with a command like:

docker run -d -p 8080:8080 plone