eigent icon indicating copy to clipboard operation
eigent copied to clipboard

[Question] Installation Failed

Open WayneHalake opened this issue 1 month ago • 1 comments

Questions

Image

uv installation failed: Error installing uv for win32-x64: timeout(180 seconds) Warning: Failed to clean up directory: ENOENT: no such file or directory, scandir 'C:\Users\admin.eigent\bin' Installation failed: Error: Failed to download uv 0.6.14 from default source at installUv (file:///C:/Users/admin/AppData/Local/Programs/Eigent/resources/app.asar/resources/scripts/install-uv.js:192:9)

WayneHalake avatar Dec 30 '25 11:12 WayneHalake

Due to network restrictions in China, you may need to use a proxy server. Alternatively, you can attempt to retry the operation or extend the timeout duration. If you are launching the application from source code, you can modify line 13 in the file resources/scripts/download.js to: const timeoutMs = 10 * 60 * 1000;

LuoPengcheng12138 avatar Jan 06 '26 13:01 LuoPengcheng12138