Open ziqingcheryl opened 1 year ago
same problem!
same problem!
I solved the problem using https://github.com/ninja-build/ninja/issues/1463#issuecomment-1119514124
same problem. I solved it by manually creating the temporary directory. For example, in @ziqingcheryl 's case:
mkdir //ODISE/third_party/Mask2Former/build/temp.linux-x86_64-cpython-39
, and then run pip install -e .
again. don't know why, but it indeed works in my case.
same problem. I solved it by manually creating the temporary directory. For example, in @ziqingcheryl 's case:
mkdir //ODISE/third_party/Mask2Former/build/temp.linux-x86_64-cpython-39
, and then run
pip install -e .
again. don't know why, but it indeed works in my case.
It works. Thanks.
same problem. I solved it by manually creating the temporary directory. For example, in @ziqingcheryl 's case:
mkdir //ODISE/third_party/Mask2Former/build/temp.linux-x86_64-cpython-39
, and then run
pip install -e .
again. don't know why, but it indeed works in my case.
Appreciate your solution. It works on my Linux workstation as well!
i tried this, and worked for me ` cd ODISE/rhird_party/Mask2Former
python setup.py install
cd ODISE
pip install -e . `
note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure
× Encountered error while trying to install package. ╰─> mask2former
note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure.
Is the error related to ninja build?