Unable to install uipath.form.activities package

I am porting over my Project to a Virtual Machine. However, there is no way to install the packages automatically via Studio in the VM because the VM doesn’t have connection to Marketplace, I can’t even install new dependencies there. So I have to copy and put in the packages manually.
I thought every last bit of them but when I opened my project in the VM. This is what I saw:


This is the error message I saw in the Output panel:

Failed to download package ‘UiPath.Studio.Forms.Runtime.24.10.2’ from ‘https://pkgs.dev.azure.com/uipath/5b98d55c-1b14-4a03-893f-7a59746f1246/_packaging/1c781268-d43d-45ab-9dfc-0151a1c740b7/nuget/v3/flat2/uipath.studio.forms.runtime/24.10.2/uipath.studio.forms.runtime.24.10.2.nupkg’.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (2dbvsblobprodsu6weus13.blob.core.windows.net:443)
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

further down the log I saw this too:

Failed to download package ‘System.Activities.ViewModels.1.0.0-20240418.6’ from ‘https://pkgs.dev.azure.com/uipath/5b98d55c-1b14-4a03-893f-7a59746f1246/_packaging/1c781268-d43d-45ab-9dfc-0151a1c740b7/nuget/v3/flat2/system.activities.viewmodels/1.0.0-20240418.6/system.activities.viewmodels.1.0.0-20240418.6.nupkg’.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (qkyvsblobprodsu6weus50.blob.core.windows.net:443)
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

This is how it looks like in my local now:

The thing is the said package is already in the
C:\Users<username>.nuget\packages directory

Kindly help me solve this problem. Thanks.

have you checked if this custom package repository(C:\Users.nuget\packages directory) is added to studio Package repo sources?

Regards
SG.

2 Likes

Hello @RobinsonFrancis

You can create your own local package sources inside UiPath Package Manager.
Then you could simply download the required packages (correct versions) from Orchestrator and save them to this local folder.

Regards
Soren

1 Like

Check the path again and copy paste nugget package folder on vm according
After this When u open project do not open directly from main.xaml open it via project.json @RobinsonFrancis

@RobinsonFrancis

first ting all the packages you are showing are from official feeds only and not from marketplace so you dont need it…looks like even the official feeds are no accessible…try to heck the firewalls for it to download

now coming to the packages being manually copied…did you copy to the right folder?

as per error it is clear that robot is unable to reach the feeds

cheers

Hi Anil,
I too am concerned about whether the folder I took is right.
I searched for the packages using the package name “UiPath.Form.Activities” in both
: C:\Users<username>.nuget\packages
: C:\Users<username>\AppData\Local\Programs\UiPath\Studio\Packages
“UiPath.Form.Activities” was found in C:\Users\ROBINRPA1.nuget\packages
so I took that and pasted it in the corresponding folder in the VM.
But I had just searched for in
“C:\Users<username>\AppData\Local\Programs\UiPath\Studio\Packages”
and found that there is package called UiPath.form.activities.24.10.2.nupkg.
So I am now confused as to which I must copy

@RobinsonFrancis

ideally this is correct C:\Users\<username>\.nuget\packages if you have not changed

also better to copy whole folder as there might be dependencies as well

cheers

I have opened the Settings on the Manage Packages window and found the Local package source to be C:\Program Files\UiPath\Studio\Packages. I have copied the said dependency to this folder and the project can compile now.

1 Like

Hello @RobinsonFrancis

As mentioned you can probably download several of the packages from your Orchestrator, and save them locally.
Just go to Packages and Libraries in Orchestrator and click as follows:

Regards
Soren

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.