收到 cmd 错误,因为我的 windows 用户名中有空格

Getting cmd error because my windows username has spaces in it

我正在关注 this git 存储库 Windows + Anaconda 安装指南。我已将 zip 文件夹下载到我的 PC 中,但 运行 命令出现错误

pyrcc5 -o "C:\Users\DANIA NIAZI\labelImg-master\libs\resources.py" "C:\Users\DANIA NIAZI\labelImg-master\resources.qrc"

我尝试添加引号 %userprofiles% 但没有任何效果

我得到的错误是: 'C:/Users/DANIA' 未被识别为内部或外部命令, 可运行的程序或批处理文件。

这是文件夹中的文件

问题出在 pyqt5 上,我使用 conda 安装了它,但是当我在我的默认系统中安装时,命令运行良好。

此外,我在 pyQt5 和 lxml 的虚拟环境中使用 pip 再次安装了所有要求