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
I received the following ImportError message when importing FeathrClient inside Jupyter Notebook:
ImportError: cannot import name 'CaseInsensitiveEnumMeta' from 'azure.core' (c:\users\wopauli\miniconda3\lib\site-packages\azure\core\__init__.py)
I was able to fix this by update azure-core (pip install -U pip, then pip install -U azure-core) and restarting the kernel.
I had just installed feathr inside the notebook (w/o updating pip first). It seems like the version number of the dependency azure-core has to be pinned during installation of feathr.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I received the following ImportError message when importing FeathrClient inside Jupyter Notebook:
I was able to fix this by update azure-core (
pip install -U pip
, thenpip install -U azure-core
) and restarting the kernel.I had just installed feathr inside the notebook (w/o updating pip first). It seems like the version number of the dependency
azure-core
has to be pinned during installation of feathr.Beta Was this translation helpful? Give feedback.
All reactions