Error in installing plone frontend and backend

I was following the plone docs to setup , I specifically installing all the things along with their appt versions but when i run make install it showed this error can someone help me out on this on , i am not able to get started thank!

)+ bin/mxdev -c mx.ini
###############################################################################
# Load configuration
Can not parse override: 
###############################################################################
# Read infiles
Read [r]: requirements.txt
Read [c]: constraints.txt
Read [c]: 
###############################################################################
# No sources configured!
###############################################################################
# Write outfiles
Write [c]: constraints-mxdev.txt
Write [r]: requirements-mxdev.txt
🎂 You are now ready for: pip install -r requirements-mxdev.txt
   (path to pip may vary dependent on your installation method)
+ bin/pip install -r requirements-mxdev.txt
Obtaining file:///home/ankush/Documents/gsoc_2024/plone-volto/backend/src/plone_volto
  Preparing metadata (setup.py) ... done
Collecting zope.testrunner (from -r requirements-mxdev.txt (line 9))
  Using cached zope.testrunner-6.2-py3-none-any.whl.metadata (21 kB)
ERROR: Cannot install plone-volto 1.0.0a1 (from /home/ankush/Documents/gsoc_2024/plone-volto/backend/src/plone_volto) because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested plone-volto 1.0.0a1 (from /home/ankush/Documents/gsoc_2024/plone-volto/backend/src/plone_volto)
    The user requested (constraint) plone-volto==4.2.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit 
make[2]: *** [Makefile:112: build-dev] Error 1
make[2]: Leaving directory '/home/ankush/Documents/gsoc_2024/plone-volto/backend'
make[1]: *** [Makefile:46: install-backend] Error 2
make[1]: Leaving directory '/home/ankush/Documents/gsoc_2024/plone-volto'

Hello, great to see you are finding a way to be a part of plone org.
Can I know on which os you are trying.

You must provide a link to whatever docs you followed.

I would also suggest that you attempt to repeat the process from the beginning to make sure you did not miss a step and have satisfied pre-requisites.

okay going for it now

changing the version in setup.py from the 1.1.1a to 4.2.0 which was required did the job

Ubuntu thanks!

Which setup.py?

Do you mean this one?

That might be a bug, and if so, then you should file an issue.

yes in this file which you have pasted the version is 1.0.0.a1 but in the constraints the required version was 4.2.0 and thus it should be the previous error , changing this version to the required version (4.2.0) worked and I was able to setup the project locally , okay making an issue then
thanks

made an issue at project version conflict issue in setup.py · Issue #114 · collective/cookiecutter-plone-starter · GitHub