error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File "<string>", line 36, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-install-zafgl_hc/mmdet_9a451af81efa4544a1776fb5d7d8da17/setup.py", line 156, in <module> install_requires=get_requirements(), File "/tmp/pip-install-zafgl_hc/mmdet_9a451af81efa4544a1776fb5d7d8da17/setup.py", line 124, in get_requirements with open(os.path.join(here, filename), 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-zafgl_hc/mmdet_9a451af81efa4544a1776fb5d7d8da17/requirements.txt' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
时间: 2024-04-22 12:25:02 浏览: 317
根据错误信息看,安装mmdetection时出现了一些问题。根据错误信息显示,缺少了`requirements.txt`文件,导致安装失败。
解决这个问题的方法是手动下载mmdetection源码,并确保在安装前将所有相关文件都正确地放置在相应的位置。请按照以下步骤进行操作:
1. 手动下载mmdetection的源码:您可以从mmdetection的GitHub仓库中下载源码,可以使用以下命令:
```
git clone https://github.com/open-mmlab/mmdetection.git
```
2. 进入下载的源码目录:使用以下命令进入mmdetection源码目录:
```
cd mmdetection
```
3. 安装依赖项:确保您已经安装了正确版本的mmcv和其他依赖项,可以使用以下命令安装:
```
pip install -r requirements/build.txt
pip install -r requirements/runtime.txt
```
4. 编译安装mmdetection:使用以下命令编译并安装mmdetection:
```
python setup.py install
```
这样应该可以解决缺少`requirements.txt`文件的问题,并成功完成mmdetection的安装。如果还有其他问题,请提供更多的错误信息以便我能够提供更准确的帮助。
相关问题
error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1
这个错误是由于运行"python setup.py egg_info"命令时出现问题导致的。\[1\]根据错误信息,这个问题很可能不是pip的问题,而是与被提到的软件包有关。\[1\]解决这个问题的方法是尝试安装pygame的最新测试版,可以使用指令"pip install pygame==2.1.3.dev8"来下载最新测试版。\[2\]如果下载成功,那么问题就解决了。\[2\]如果下载失败,可以尝试使用指令"pip install pygame=="来查看pygame的可用版本信息。\[3\]根据输出的版本信息,选择一个可用的版本进行安装。如果没有找到匹配的版本,可能需要考虑其他解决方案。
#### 引用[.reference_title]
- *1* *2* *3* [成功解决pip:This error originates from a subprocess, and is likely not a problem with pip....](https://blog.csdn.net/Xuange_Aha/article/details/128558700)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
安装universe error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1
这个错误可能是由于一些依赖项缺失或版本不兼容导致的。你可以尝试以下步骤来解决这个问题:
1. 确保你已经安装了最新版本的pip和setuptools工具。可以使用以下命令来更新它们:
```
pip install --upgrade pip setuptools
```
2. 确保你已经安装了universe所需的所有依赖项。你可以使用以下命令来安装它们:
```
sudo apt-get update
sudo apt-get install libjpeg-dev libxinerama-dev libxext-dev libxrandr-dev
```
3. 尝试使用virtualenv来创建一个新的Python环境,并在其中安装universe。这可以确保你的环境不会与其他Python包冲突。可以使用以下命令来创建和激活virtualenv环境:
```
virtualenv myenv
source myenv/bin/activate
```
4. 最后,尝试重新安装universe。可以使用以下命令来安装它:
```
pip install universe
```
希望以上步骤可以帮助你解决问题。如果问题仍然存在,请提供更多错误信息以便我更好地帮助你解决问题。
阅读全文