On deleting a task I get - Hook Error: Expected feedback from a failing hook script. #2697
-
I am not sure if this is a bug as the same error in Issues is from 2015. Background, I recently converted from system python2 to using pyenv and python -V is 3.9.9 and python2 is for 2.7.18. Environment: WSL2 Windows 10 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This error comes out if a hook fails. My best guess is that your have a Python-based hook present, and it uses a library that was installed under python2, but is not installed under python3. You can see your currently active hooks by running |
Beta Was this translation helpful? Give feedback.
This error comes out if a hook fails. My best guess is that your have a Python-based hook present, and it uses a library that was installed under python2, but is not installed under python3.
You can see your currently active hooks by running
task diag
. I'd suggest double checking that all dependencies are present under python3.