Install ESM2 as renamed 'esm2'
Both ESM2 and ESM3 installing with the name 'esm'. In order to install them in the same environment, I modified the ESM2 wheel file.
1. Install the ESM3 following official recommendation.
2. pip install .\esm2-2.0.0-py3-none-any.whl # to install ESM2
import esm # ESM3
import esm2 # ESM2