Miniconda download fails
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 136
- PR 合并指标
- 30 天内没有已合并 PR
描述
Firstly, I would like to express my gratitude for the release of the Windows version☺️
I tried to install it immediately, but I encountered an error at the initial stage and couldn't proceed.
```
Install Conda (1 / 5)
Install conda error: Error downloading from https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe: request to https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe failed, reason: connect ETIMEDOUT 2606:4700::6810:8203:443, FetchError: request to https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe failed, reason: connect ETIMEDOUT 2606:4700::6810:8203:443 at ClientRequest.
(C:\Users\---\AppData\Local\Programs\comflowy\resources\app.asar\layers\main\dist\index.js:95296:14) at ClientRequest.emit (node:events:517:28) at TLSSocket.socketErrorListener (node:_http_client:501:9) at TLSSocket.emit (node:events:517:28) at emitErrorNT (node:internal/streams/destroy:151:8) at emitErrorCloseNT (node:internal/streams/destroy:116:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
```
The internet condition is relatively stable, and I tried turning off the firewall but it had no effect.
贡献指南
这个仓库没有索引到贡献指南
调研方向
The error occurs in the conda installation step, likely in the download logic within the main layer's index.js file. Examine the network request handling and timeout settings for the Miniconda download URL. Check if there are fallback mirrors or retry mechanisms, and verify the download function's error handling. Testing involves simulating a network timeout to see if the error is caught and reported appropriately.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- anaconda, node.js, typescript
- 领域
- backend, cli, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100