Что это за ошибка при установке отладчика Anaconda

#anaconda

#анаконда

Вопрос:

Я запускаю этот скрипт с терминала Anaconda:

 conda create -n jupyterlab-debugger -c conda-forge jupyterlab=3 ipykernelgt;=6 xeus-python  

и я понимаю это

 Preparing transaction: done Verifying transaction: done Executing transaction: | WARNING conda.gateways.disk.delete:unlink_or_rename_to_trash(143): Could not remove or rename C:Usersnicompanaconda3envsjupyterlab-debuggerLibsite-packageste stpathcli-32.exe. Please remove this file manually (you may need to reboot to free file handles) done ERROR conda.core.link:_execute(699): An error occurred while installing package 'conda-forge::pywin32-302-py310he2412df_2'. Rolling back transaction: done  [Errno 2] No such file or directory: 'C:\Users\nicomp\anaconda3\envs\jupyterlab-debugger\Library\bin\pythoncom310.dll' ()  

Так что там написано, что мне нужно удалить

 C:Usersnicompanaconda3envsjupyterlab-debuggerLibsite-packageste stpathcli-32.exe  

но, во-первых, этого файла нет на моем компьютере.