ModuleNotFoundError while installing necessary dependencies

I have installed plone project using cmd( using wsl in windows 11)

uvx cookieplone project

then I tried to install the necessary dependencies using the command

make install

I am getting ModuleNotFoundError but I have already installed the Zope in my system

Traceback (most recent call last):
  File "/home/isharish2004/.local/bin/zconsole", line 5, in <module>
    from Zope2.utilities.zconsole import main
ModuleNotFoundError: No module named 'Zope2'
make[3]: *** [Makefile:94: create-site] Error 1
make[3]: Leaving directory '/mnt/h/projects/project-title/backend'
make[2]: *** [Makefile:70: backend-create-site] Error 2
make[2]: Leaving directory '/mnt/h/projects/project-title'
make[1]: *** [Makefile:61: backend-install] Error 2
make[1]: Leaving directory '/mnt/h/projects/project-title'
make: *** [Makefile:90: install] Error 2

Help me resolve this error!!. Thanks in advance.

WSL version 1 or 2?

I just tried this on macOS:

uvx cookieplone project
# accept defaults for all prompts
cd project-title
make install

No errors.

Did you enter non-default options?

No, I have entered default-options for all prompts and I am using wsl 2 Ubuntu distribution

Default Distribution: Ubuntu
Default Version: 2

Kernel version: 5.10.16

go through this: Set up a WSL development environment | Microsoft Learn
it might solve ur problem

ok let me check.

https://community.plone.org/t/modulenotfounderror-no-module-found-mxdev/21684

this is the exact problem I do have now