首页 > 解决方案 > 用git安装包,收到错误

问题描述

错误:命令出错,退出状态为 1:命令:'c:\users\utente\anaconda3\python.exe' -c'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Utente\AppData\Local\Temp\pip-req-build-0y52n23d\setup.py'"'"'; file ='"'"'C:\Users\Utente\AppData\Local\Temp\pip-req-build-0y52n23d\setup.py'"'"';f=getattr(tokenize, '"'"'open' "'"', open)( file );code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"'); f.close();exec(编译(代码、文件, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info cwd: C:\Users\Utente\AppData\Local\Temp\pip-req-build-0y52n23d\ Complete输出(5 行):回溯(最近一次调用最后一次):文件“”,第 1 行,在文件“c:\users\utente\anaconda3\lib\tokenize.py”中,第 447 行,在打开缓冲区中 = _builtin_open(filename , 'rb') FileNotFoundError: [Errno 2] 没有这样的文件或目录: 'C:\Users\Utente\AppData\Local\Temp\pip-req-build-0y52n23d\setup.py' ------- ---------------------------------

错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。

我应该怎么办?

标签: gitpippython-3.7

解决方案


存储库https://github.com/smarthi/satellite-images缺少setup.py. 它不是可安装的pip软件包。询问作者应该如何安装和使用它。


推荐阅读