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
The Python example in the README.md does not work when importing as import met_brewer. It returns: NameError: name 'met_brew' is not defined.
The easiest way to temporarily solve it is by directly calling the function, from met_bewer import met_brew. This behavior occurs on various laptops and OS.
The text was updated successfully, but these errors were encountered:
The Python example in the
README.md
does not work when importing asimport met_brewer
. It returns:NameError: name 'met_brew' is not defined
.The easiest way to temporarily solve it is by directly calling the function,
from met_bewer import met_brew
. This behavior occurs on various laptops and OS.The text was updated successfully, but these errors were encountered: