Forum Discussion
Notebooks error while installing msticpy package
- Feb 01, 2021
printscreen You are getting the error because the feed ("https://dotnet.myget.org/F/dotnet-try/api/v3/index.json") doesn't exist.
Please try installing with the below command:
dotnet tool install --global Microsoft.dotnet-interactive --version 1.0.155302
Use this to install the correct version of msticpy :
pip install git+https://github.com/microsoft/msticpy@v0.8.0
ESPANETYANN AnuragSrivastava GaryBushey Thanks for your response. I was able to install msticpy.
DO you have any idea about using Powershell kernel in Notebooks, I'm following this article and reached up to this below step where I got stuck with the below error, if you have any idea about this, that would be appreciated.
dotnet tool install -g --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json" Microsoft.dotnet-interactive
- AnuragSrivastavaFeb 01, 2021Iron Contributor
printscreen You are getting the error because the feed ("https://dotnet.myget.org/F/dotnet-try/api/v3/index.json") doesn't exist.
Please try installing with the below command:
dotnet tool install --global Microsoft.dotnet-interactive --version 1.0.155302