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'