Python debugging failing because of library import
I'm trying to get python debugging to work in Intellij IDEA and it kind of does, but when i try to use an external library like GitPython for example i get spammed with a bunch of errors at once saying 'error return without exception set' and 'bad argument to internal function'. The error happens on the import line.
Does anyone know what might be causing this?

Please sign in to leave a comment.