def get_site_packages() -> list: try: return list(site.getsitepackages()) except Exception: return []