Problem in setting up volto

I am setting up volto by cloning this repo https://github.com/plone/volto and when i run the command
cd api & ./bootstrap.sh
i got these errors

and i am getting this when i start the project using command yarn start:

can anyone help me with it ?

You have to use correct python version i.e 2.7.x with virtualenv and pip installed. Please check your python version.

I'd recommend to install docker and just run:

docker run --rm -it -p 8080:8080 kitconcept/plone.restapi:latest

There is no need for you to set up Python if you just want to try out Volto and/or work on the Volto frontend.

2 Likes

Thank you @tisto and @nileshgulia1 for helping me out .