Cant install lambda tools #326
-
Describe the bugWhen attempting to run the following command:
Expected BehaviorThe tools should be installed correctly Current Behaviorthe tool does not get installed Reproduction Stepstry and run the following command in the terminal - Possible SolutionNo response Additional Information/ContextI have both .net 6 and .net 8 SDKs installed on my M1 Macbook Pro AWS .NET SDK and/or Package version usedN/A Targeted .NET PlatformN/A Operating System and versionMacos Sonoma |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@deanchalk Good morning. Looking at the stack trace, error appears to be happening while inspecting package metadata via NuGet. So either NuGet had intermittent connectivity issues or your network blocks connectivity to NuGet. Are you installing this in company network environment. If yes, could you try switching to a different network and try again. Kindly note that this issue is not with AWS .NET CLI extensions. You are executing basic Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @ashishdhingra , Similar issue here |
Beta Was this translation helpful? Give feedback.
@deanchalk Good morning. Looking at the stack trace, error appears to be happening while inspecting package metadata via NuGet. So either NuGet had intermittent connectivity issues or your network blocks connectivity to NuGet. Are you installing this in company network environment. If yes, could you try switching to a different network and try again.
Kindly note that this issue is not with AWS .NET CLI extensions. You are executing basic
dotnet tool install
command provided by .NET CLI.Thanks,
Ashish