> pkg_resources.DistributionNotFound: The 'easydev' distribution was not found > and is required by the application
there are many ways to fix it (by creating egg-info data during build, not only during install stage), but if upstream is updating __version__ in each version, then definitely the best option is to patch out lines 23-31 from easydev/__init__.py file (i.e. not use pkg_resources) -- GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645