Hey all,
I am working with the end user for a process and helping them get the package installed through the Assistant. We are not connecting to orchestrator. They are using the community edition installation.
I have packaged my process through Studio and provided them the output .nupkg file. There are a few standard dependencies from the official feed (Intelligent OCR, PDF, Excel, UiAutomation). I developed the process on the 2020.8 and 2020.10 beta versions of Studio.
We added the process nuget package to the standard location %ProgramData%\UiPath\Packages and it appears in the assistant process list, but when the user attempts to install the package there is an error that Assistant “Failed To Install Package {x}”.
I have looked through the forum posts and attempted the proposed solutions but none seemed to help.The FAQ in the docs here also did not solve the issue.
The process is able to run through their studio installation, but not via the assistant.
I am thinking if I place all of the package dependencies directly in the user’s nuget cache and then install the package it may work, but haven’t tried that yet.
Has anyone experienced this issue before and if so, what was your solution? Does anyone else have some idea of what may be causing the error?