2

I met this problem in my machine,and I spent several hours in solving this,I hope it can help others if they meet the same problem.

VictorV
  • 637
  • 7
  • 16

1 Answers1

7

For Unix: pip install python-gssapi.

For Windows: pip install pywin32.

For more information, check here

In addition, if you get an error about "attribute error: 'module' object has no attribute 'gssexception'" , maybe you have installed a wrong gssapi, remove your gssapi firstly(by pip uninstall gssapi) and install gssapi as previous mentioned.

VictorV
  • 637
  • 7
  • 16