QY1994-0919 / CFPNet

Centralized Feature Pyramid for Object Detection
Apache License 2.0
230 stars 22 forks source link

环境安装问题 #14

Open Fightinging1997 opened 1 year ago

Fightinging1997 commented 1 year ago

您好,几个环境安装问题,

  1. 我使用pip install -v -e .安装命令,报错 error: subprocess-exited-with-error

× python setup.py develop did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

  1. 先使用pip install -r requirement.txt 安装环境后,再使用pip install -v -e .仍然存在该问题
  2. 使用python3 setup.py develop,报错 File "/root/miniconda3/envs/CFPNet/lib/python3.8/site-packages/torch/utils/cpp_extension.py", line 1813, in _run_ninja_build.....

请问您遇到过吗?或者有什么意见可以解决一下环境问题的呢?

QY1994-0919 commented 1 year ago

我们环境与YOLOX环境保持一致,安装参照YOLOX环境就可以

2018loveyyq commented 11 months ago

您好,我在执行pip install -v -e .命令时遇到了同样的问题,请问您最后解决了吗?