-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup issue with mask2former #19
Comments
same problem! |
I solved the problem using ninja-build/ninja#1463 (comment) |
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 |
It works. Thanks. |
Appreciate your solution. It works on my Linux workstation as well! |
i tried this, and worked for me 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?
The text was updated successfully, but these errors were encountered: