Detectron2 Installation on windows issue

Hello,
I am trying to install Detector2 on my Windows 11 machine. I am facing below error can you guide me to solve this issue.

These are the libraries installed in virtual environment :
anyio==3.6.1
attrs==21.4.0
click==8.1.3
colorama==0.4.5
cycler==0.11.0
Cython==0.29.30
fastapi==0.78.0
fonttools==4.33.3
h11==0.13.0
idna==3.3
importlib-resources==5.8.0
jsonschema==4.6.0
kiwisolver==1.4.3
matplotlib==3.5.2
numpy==1.23.0
packaging==21.3
Pillow==9.1.1
pycocotools-windows==2.0.0.2
pydantic==1.9.1
pyparsing==3.0.9
pyproject-toml==0.0.10
pyrsistent==0.18.1
python-dateutil==2.8.2
six==1.16.0
sniffio==1.2.0
starlette==0.19.1
toml==0.10.2
torch==1.8.1+cpu
torchaudio==0.8.1
torchvision==0.9.1+cpu
typing_extensions==4.2.0
uvicorn==0.18.1
zipp==3.8.0

I have already cloned detectron2 git repo.

I am using below command to install detectron2.
python -m pip install -e detectron2

Error:

error: subprocess-exited-with-error

× Building wheel for pycocotools (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [14 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-38
creating build\lib.win-amd64-cpython-38\pycocotools
copying pycocotools\coco.py → build\lib.win-amd64-cpython-38\pycocotools
copying pycocotools\cocoeval.py → build\lib.win-amd64-cpython-38\pycocotools
copying pycocotools\mask.py → build\lib.win-amd64-cpython-38\pycocotools
copying pycocotools_init_.py → build\lib.win-amd64-cpython-38\pycocotools
running build_ext
skipping ‘pycocotools_mask.c’ Cython extension (up-to-date)
building ‘pycocotools._mask’ extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: Microsoft C++ Build Tools - Visual Studio
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pycocotools
Failed to build pycocotools
ERROR: Could not build wheels for pycocotools, which is required to install pyproject.toml-based projects

Thanks in advance.

Your toolchain might be too old:

error: Microsoft Visual C++ 14.0 or greater is required.

@manju_kannan are you solved bro?
if you solved can you tell me how?
Thanks