Pycharm not recognising distutils.version module (Python 2.7)

Hi there. I cannot figure out why pycharm is not recognising the `version` module of the distutils package. It seems this is the only library which my pycharm is having issues recognising. In the image first below, you can see the failed import with the message that version does not exist in `__init__.py`. In the second image you can see the contents of `__init__.py` which is a standard `__init__.py` file for a pack, with it's location in my C: drive. In the last image is the contents of the `distutils` folder on my local drive with the `version` module available at the bottom. Thus I can't figure out why pycharm is not recognising this.

This is a remote interpreter with Python 2.7. I have tried deleting and rebuilding my interpreter, invalidating caches, I have even deleted the remote source folder completely (201544221/) and let pycharm rebuild it, nothing has worked. On the other hand, I can't see why other python libraries are not facing the same issue.

 

 

 

 

My remote interpreter settings are as follows:

 

0

Please sign in to leave a comment.