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
The ast_normalizer module is not found in the current Python environment.
This error occurs because the ast_normalizer module is not in the Python path or hasn't been installed.
To resolve this issue, we need to ensure that the ast_normalizer module is available.
Let's check if there's an ast_normalizer.py file in the same directory or the parent directory of the current file.
2 . If it exists, we need to adjust the import statement to use a relative import.
If it doesn't exist, we might need to create this file or install it if it's a third-party package.
dissect analyze --file ./tests/test_quicksort.py
...
ModuleNotFoundError: No module named 'ast_normalizer'
The text was updated successfully, but these errors were encountered: