Error during Installing frappe phase

Right @Kevin_Richard,

ERPNext version 14 requires Python version 3.10+.

// Install Python
sudo apt-get install python3-dev python3.10-dev python3-setuptools python3-pip python3-distutils

// Install Python Virtual Environment
sudo apt-get install python3.10-venv

I hope this helps.
Thank You!

1 Like