def get_pyethereum_version(): try: return Version(pkg_resources.get_distribution("ethereum").version) except pkg_resources.DistributionNotFound: return None