Receiving error while running the BOT in users machine: Failure to install package: NU1101

Hi All,

I am getting below error while running it from user’s UiPath assistant machine.

Note: This error is not displaying if I am running from “my UiPath Assistant and my colleague assistant.

Also, I am using UiPath Database activity (downgraded version: v1.7.1)

image

My UiPath Studio version: 2023.10.8
My Orchestrator version: 2022.4.1

Thank you.

BR,
NK

@Nitesh

It could be due to firewall restrictions on the machine.

Follow this solution to resolve the issue.

Hi, @Nitesh

This error means your users machine cannot find the required UiPath package because of missing or blocked package sources…The most common causes are incorrect NuGet.config settings, network restrictions, or package source mapping blocking some feeds.

Make sure the users machine has the same package sources as yours check network access, and update the NuGet.config file if needed

1 Like

@Nitesh

If it is becasue of database package then it is not able to find in feed or the required feed is missing

  1. CHeck if there are firewall restrcitions on machine to block few ursl mostly might not be the case
  2. Add generic package feed https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json
  3. Not good way but short term solution is to copy the package from your machint to target machine location: c:\users\<username>\.nuger\packages

cheers

Hello @Nitesh

Could you check the solution from my post below?

Regards
Soren

:white_check_mark: Fix:

  1. Go to Manage Packages → Settings
  2. Add source:
Name: UiPath Official
Source: https://gallery.uipath.com/api/v2/
  1. Then go to Manage Packages → All Packages, search UiPath.Excel.Activities, and install manually.