Wordpress HTTP 500错误Localhost当前无法处理此请求

A bit new to this but I have copied my WP site to local host running on XAMPP. I am getting this error in the logs:

[Fri Feb 08 09:02:03.820503 2019] [php7:error] [pid 8832:tid 1976] [client ::1:50133] PHP Fatal error:  Uncaught Error: Class 'Requests_Hooks' not found in C:\\xampp\\htdocs\\MySite\\wp-includes\\class-wp-http-requests-hooks.php:17


Stack trace:

0 C:\\xampp\\htdocs\\MySite\\wp-settings.php(215): require()


1 C:\\xampp\\htdocs\\MySite\\wp-config.php(89): require_once('C:\\\\xampp\\\\htdocs...')

2 C:\\xampp\\htdocs\\MySite\\wp-load.php(37): require_once('C:\\\\xampp\\\\htdocs...')

3 C:\\xampp\\htdocs\\MySite\\wp-admin\\install.php(36): require_once('C:\\\\xampp\\\\htdocs...')

4 {main}
  thrown in C:\\xampp\\htdocs\\MySite\\wp-includes\\class-wp-http-requests-hooks.php on line 17

Does anyone know how I can resolve this?

Thanks in Advance, Snew