Skip to content
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

RuntimeError:Ninja is required to load C++ extensions #31

Open
123jyw opened this issue May 12, 2022 · 3 comments
Open

RuntimeError:Ninja is required to load C++ extensions #31

123jyw opened this issue May 12, 2022 · 3 comments

Comments

@123jyw
Copy link

123jyw commented May 12, 2022

When you run this statement ,python -m btcdet.datasets.multifindbestfit , the following error occurs No module named 'vasualize_utils'.
But I have vasualize_utils.py.

I solved this problem by adding a path, but the following problem arose。

@123jyw 123jyw changed the title No module named 'vasualize_utils' RuntimeError:Ninja is required to load C++ extensions May 14, 2022
@123jyw
Copy link
Author

123jyw commented May 14, 2022

When you run this statement ,python -m btcdet.datasets.multifindbestfit , the following error occurs RuntimeError:Ninja is required to load C++ extensions.

@DheerajYarlagadda
Copy link

Try:
pip install Ninja

@DheerajYarlagadda
Copy link

If you have already installed Ninja but still facing the error:
sometimes it can be also due to permission issues, would recommend navigating to site packages and checking the permissions of ninja packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants