How to install a specific version of ERPNext

When this happens, it is usually found that some python dependencies are missing or not installed properly by pip
it happens due to recent pip version upgrade is responsible for broken packages.

Find right pip version to install older versions of Frappe/ERPNext dependencies anything before v8 works good with pip version <= 9.0.1

some other findings:

This is an issue open at bench repo, causing pip upgrading to version 18 while init or install resulting in error while dealing with older versions of Frappe/ERPNext using Bench.

1 Like