When importing NLTK via PyCharm (import nltk) I am getting the following error message: ImportError: cannot import name 'overridden'
I can import without a problem via the command prompt.
Using 32-bit python 3+ and Windows 10.
I've tried several fixes including PYTHON PATH and can't seem to find a solution.
Any thoughts on what could be going wrong here?