【发布时间】:2020-07-03 04:25:53
【问题描述】:
我已经下载了我朋友的 repo 进行了一些修改,但是当我尝试使用 pip install -r requirement.txt 从 requirements.txt 安装需求时,我收到错误提示
Fatal error in launcher: Unable to create process using '"c:\program files\python38\python.exe" "C:\Program Files\Python38\Scripts\pip.exe" install -r requirement.txt': The system cannot find the file specified.
我该如何解决这个问题?
【问题讨论】:
标签: python python-3.x flask pip