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
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。
The text was updated successfully, but these errors were encountered:
123jyw
changed the title
No module named 'vasualize_utils'
RuntimeError:Ninja is required to load C++ extensions
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.
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.
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。
The text was updated successfully, but these errors were encountered: