Bench stop when install Frappe Framework Intellisense extension dependencies in vscode

I started developing custom application using frappe frappe framework. I am using VSCode as code editor, and have already install Frappe Framework Intellisense extension by Faris Ansari. After opening custom application in vscode, a notification box appeared from Frappe Framework Intellisense ask to install Frappe Framework Intellisense dependencies like pygls and jedi. after that suddenly, bench stopped and shows me this error.

Those are versions of frappe framework, my app, and also I am using Ubuntu 24.04, python 3.12, and bench 5.22.9

"frappe": {
    "version": "15.47.2"
},
"brand": {
    "version": "0.0.1"
}

Hi,

The error message suggests there may be a memory issue and gives some instructions how to possibly fix it. Have they been tried?

It happened twice after i installed frappe v15.47.2. Previously, i was using Frappe v15.39 and it was ok. At first time, I haven’t noticed that happened when dependencies are installed i thought that happened because i installed some packages over break system package flag on pip. Then. I removed the folder and Initialized new bench. After that, when I opened the app on vscode and installed extension dependencies. Then i realized the problem happens because of extension installing dependencies.
So i solved the problem with

bench setup build
1 Like