I want to install deepspeed, but I run into this error below

Collecting deepspeed
Downloading http://pypi.doubanio.com/packages/b4/7f/f81e601329fd19c5e7beabb472e0a4cb1ede8292b10df715b261f4d3a16b/deepspeed-0.8.2.tar.gz (763 kB)
---------------------------------------- 763.5/763.5 kB 595.5 kB/s eta 0:00:00
Preparing metadata (setup.py) … error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [13 lines of output]
Traceback (most recent call last):
File “”, line 2, in
File “”, line 34, in
File “C:\Users\abc\AppData\Local\Temp\pip-install-va9has0i\deepspeed_6b31b598f2254e2f9f54c795d8aec1b0\setup.py”, line 156, in
abort(f"Unable to pre-compile {op_name}")
File “C:\Users\abc\AppData\Local\Temp\pip-install-va9has0i\deepspeed_6b31b598f2254e2f9f54c795d8aec1b0\setup.py”, line 48, in abort
assert False, msg
AssertionError: Unable to pre-compile async_io
DS_BUILD_OPS=1
e[93m [WARNING] e[0m async_io requires the dev libaio .so object and headers but these were not found.
e[93m [WARNING] e[0m If libaio is already installed (perhaps from source), try setting the CFLAGS and LDFLAGS environment variables to where it can be found.
e[93m [WARNING] e[0m One can disable async_io with DS_BUILD_AIO=0
e[31m [ERROR] e[0m Unable to pre-compile async_io
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

This seems to be a Windows-specific issue in DeepSpeed and also discussed here.