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
Ian Hellen edited this page Aug 24, 2021
·
1 revision
We've seen this happen intermittently. Using !pip install pkg will install correctly in one
environment but then does not install in the other. The package cannot be imported
and used in the second environment.
Avoid using !pip install... to install packages in AML notebooks. Instead, use one of the following options:
Use the %pip line magic within a notebook.
%pipinstall--upgrademsticpy
Install from a terminal.
Open a terminal in Azure ML notebooks and run the following commands: