windows 10中的pip安装PyEngine 3D问题

2024-05-06 16:35:27 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在Windows10中运行PY 3.7,得到了pip install Pygame好的,但是不能pip install PyEngine3D

给了我这个错误

ERROR: Cannot unpack file C:\Users\rbnrg\AppData\Local\Temp\pip-unpack-fcu82867*PyEngine3D* (downloaded from C:\Users\rbnrg\AppData\Local\Temp\pip-req-build-02kvvwsw)

我试着从zip、GitHub和powershell中的URL插入path和pip install。我还在努力。但是我希望有一个{}的{}


Tags: installpippylocal错误errorpygameusers
1条回答
网友
1楼 · 发布于 2024-05-06 16:35:27

如果已安装Git,请运行以下命令:

  1. git克隆https://github.com/ubuntunux/PyEngine3D
  2. cd PyEngine3D
  3. pip安装-r requirements.txt
  4. python main.py

如果您没有安装git,请访问此网站-https://github.com/ubuntunux/PyEngine3D

  1. 然后点击代码(绿色按钮)并下载Zip

  2. 解压缩文件

  3. 打开Cmd并导航到您解压缩的文件夹

  4. 然后执行以下命令-

    pip安装-r requirements.txt

    python main.py

相关问题 更多 >