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.