ModuleNotFoundError Traceback (most recent call last) in <cell line: 0>() 3 4 # Import Earth ----> 5 from pyearth import Earth
ModuleNotFoundError: No module named 'pyearth'
NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the "Open Examples" button below. how to install pyearth in colab please?