准备检查在magento 2中失败

I installed a Magento 2 and now try to insall an extension but its Readiness Check failed.

enter image description here

I have used below configurations:

Operating systems: Windows 7 with 64-bit
PHP tool: XAMPP 5.6.15
Apache Version: 2.4
MySQL Version: 5.6.26-74.0
PHP Version 5.6.15
Installed PHP extensions:
bc-math, curl, gd, intl, mbstring, mcrypt, mhash, openssl, PDO/MySQL, SimpleXML, soap, xml, xsl, zip, json
PHP settings: memory_limit=512M

Please suggest How can I resolve this issue.

As you can see, the cron doesn't seem to be running. That means that Magento can't detect the PHP version and so on. So please make sure that the cron ist running, then you should be able to pass the Readiness Check ;-).

Just read the text below "Check Cron Scripts" ...