How to get UiPath.AI.ComputerVision.Activities package

Hello everyone,

I want to install UiPath.AI.ComputerVision.Activities package, I tried to have beta feed first but my organization security is restricting me. Any other way to get UiPath.AI.ComputerVision.Activities package.

Thanks in advance !!

@mani_gem,

check below thread.

1 Like

Hi,
Uninstall the uipath.uiautomation.activities and install it again of version 19.2 or higher and then try to install the ai vision activities with checking the include pre release checkbook.

Let us know ow if this helps,
Regards,
Pavan H

2 Likes

Hi Pavan,

I have tried uninstalling UiPath.UIAutomation.Activities 18.3 version but when I try installing again it gives the same version and does not provide 19.2 version.

Can you suggest what’s wrong here?

Thanks

Hey @mani_gem

You can follow below link and refer how to install Section.

Regards…!!
Aksh

3 Likes

I am having issues installing the beta package. I receive an error that says “The feed [https://www.myget.org/F/uipath] lists the package [computer vision bla bla] but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again”. Got the same error for multiple versions of CV and I also tried Ui.Automation.Activities 19.7.0 to the same end. Any ideas what might me causing this? It appears to happen only on this feed.

No need to install the beta, there are a couple of stable release already.

For safety, in a new project, remove UIAutomation package first, then add the ComputerVision package. Let us know if that doesn’t work for you.

As I said, I tried multiple versions. Even the stable ones however (the ones that have the white UIpath logo) are only found on the beta feed. If I remove the beta feed I can no longer find computer vision. And all packages (not just computer vision) from that feed give the same error regardless of whether I remove UIAutomations first or not (tried it both ways).

Is there another feed with CV packages on it?

You’re doing something wrong. ComputerVision is available in the main feed too. You might have accidentally removed it too?
Try installing it from the main feed, and if you still can’t find it post a screenshot of the feed settings screen from package manager

Can you please provide the main feed link again so I can double check (or just review the ones I listed below and give your feedback). Maybe I have some other feed instead of it, it is possible. Although I have not had problems with any other packages. But let’s check the feeds first and make sure they are OK. So here is what I have:

https://api.nuget.org/v3/index.json
https://gallery.uipath.com/api/v2
https://www.myget.org/F/uipath

I have these, you seem to have a slightly different set. Better switch to the official one

image

Now I get this:

Error: NuGet.Protocol.Core.Types.FatalProtocolException: The feed ‘https://www.myget.org/F/workflow/ [https://www.myget.org/F/workflow/]’ lists package ‘UiPath.ComputerVision.Activities.2.1.0’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. —> NuGet.Protocol.PackageNotFoundProtocolException: Unable to find package ‘UiPath.ComputerVision.Activities.2.1.0’.
at NuGet.Protocol.FindPackagesByIdNupkgDownloader.d__6.MoveNext()

Basically the same error I got from the Beta Feed. No other feeds give me this error.

That looks like you tried to open an old workflow with the packs installed from one feed, and that feed is no longer available.

Now that you have the right feed, start a new project, add CV again, etc

I just clicked update on this package and automatically it downloaded the AI computer vision activities.

Thanks