-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
ModuleNotFoundError: No module named 'yolox.layers.fast_cocoeval' #1253
Comments
Oh I see, the above error message is raised due to the fail of load cpp extensions because no ninja is installed. I guess there should be more mechanims to guarantee forward compatibility?
|
@FateScript I think we should add ninja to requirements and fix this compatibility |
I do have ninja installed in my pip env, but
I assume this should be solved by the following cmds from RuntimeError: Ninja is required to load C++ extension #167
But I can't get sudo privileges on the cluster. BTW, the environment works fine with the code of previous version, so I guess there is sth. to do with the forward compatibility. |
@npurson after running |
After pulling the latest commit
6513f769fa500b3c7ad23b90a91dcbd8402be330
, the following error was raised when begining to evaluate.The text was updated successfully, but these errors were encountered: