Abhishek Raj
Abhishek Raj

Reputation: 490

Bench start is not running properly

I followed the installation steps given in the documentation.

I installed redis, mariadb, yarn, wkhtmltopdf, python3, and bench.

Project boilerplate has created by running below command:

pip3 install frappe-bench

After this, I run bench start command, that is not running properly.

Below is the screenshot, where you can see it stopped running.

enter image description here

I tried to find the solution, but did not find any.

Please help me to understand and fix the issue.

Upvotes: 0

Views: 223

Answers (2)

Abhishek Raj
Abhishek Raj

Reputation: 490

The issue was resolved by moving my project from OneDrive to a local directory. It is now running properly.

Upvotes: 0

Abhishek Kumar
Abhishek Kumar

Reputation: 118

The documentation provides a detailed list of requirements in the Prerequisite section. It does not work with python version 3.12 or above. So my suggestion is to create a virtual environment with python version 3.11 and try again.

You can also tryout the dockerized version by following this guide.

Upvotes: 0

Related Questions