You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that there may be a discrepancy between the package installation directory and the recommended import statement in the package's documentation.
issue is just capitalization of module name (Monsoon vs monsoon)
after installing monsoon through
pip install monsoon
to import, it had to be
import Monsoon
Documentation refers to the lowercase import which will fail
The text was updated successfully, but these errors were encountered: