HiSpark Studio无法加载系统配置

Viewed 2

一、描述你遇到的问题

HiSpark Studio无法加载系统配置(kconfig),提示:
Failed to download windows_curses. Download the .whl file to any directory, open the cmd window, and run pip install windows_curses-2.3.3-cp311-cp311-win_amd64.whl.

我在cmd输入命令, 但提示:
WARNING: Requirement 'windows_curses-2.3.3-cp311-cp311-win_amd64.whl' looks like a filename, but the file does not exist
Processing c:\users\simul\windows_curses-2.3.3-cp311-cp311-win_amd64.whl
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\Users\simul\windows_curses-2.3.3-cp311-cp311-win_amd64.whl'

二、你具体做的所有步骤结果截图

教程:

我的:

三、当前开发板状态全景照片

尚未接入开发板

四、开发板串口所有日志

尚未接入开发板

1 Answers
  1. 更新:python.exe -m pip install --upgrade pip
  2. 运行安装命令:python -m pip install windows-curses
  3. 重启HiSpark Studio后即可解决。