You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
× 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.
2. 先使用pip install -r requirement.txt 安装环境后,再使用pip install -v -e .仍然存在该问题
3. 使用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.....
请问您遇到过吗?或者有什么意见可以解决一下环境问题的呢?
The text was updated successfully, but these errors were encountered:
您好,几个环境安装问题,
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.
2. 先使用pip install -r requirement.txt 安装环境后,再使用pip install -v -e .仍然存在该问题
3. 使用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.....
请问您遇到过吗?或者有什么意见可以解决一下环境问题的呢?
The text was updated successfully, but these errors were encountered: