-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
I'm trying to use the FeedClient and NuGetClient to download a package from a feed. Getting the feed client works fine:
feed_client = connection.get_client('azure.devops.v5_0.feed.feed_client.FeedClient')
But when I try to do the same for the nuget client I get an error saying
Exception has occurred: ModuleNotFoundError
No module named 'azure.devops.v5_0.nuget.nuget_client.NuGetClient'