AttributeError: ‘module’ object has no attribute ‘PLUGIN_MANAGER_ADDHOOKS’ #7998
Unanswered
NareshMurthy
asked this question in
Q&A
Replies: 2 comments 3 replies
-
please paste the complete trackback, without more details on your env our best guess is user error EDIT its likely related to pytest pre 7513d87 and a botched installation of pytest for anything else we need more details |
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks @RonnyPfannschmidt @The-Compiler i'll try a clean install. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running
python2 and pytest=4.6.11
on my machine and everything works fine, I am trying install the same thing in another machine and I face this below issue.pytest --version
throws meAttributeError: ‘module’ object has no attribute ‘PLUGIN_MANAGER_ADDHOOKS’
Could someone please help?
Beta Was this translation helpful? Give feedback.
All reactions