Problem installing with easy install

the reason is that a conflict is checked in:

erpnext/setup.py at develop · frappe/erpnext · GitHub

from setuptools import setup, find_packages

<<<<<<< HEAD
version = "5.0.0-beta"
=======
version = "4.25.1"
>>>>>>> 3b8682f534f12bd72e52685d1286a2cc72713857

@jolly thanks for reporting! fixed.