I have a problem with a package 'pydicom' on macos. In pycharm I get an error ImportError: No module named dicom.
My code runs from the terminal without any problem (>> python abc.py or >> python2.7 abc.py). I checked the project interpreter, as you can see here.
The solution described here is does not help.
EDIT I created a new project with the same code and now everything works. I believe the only thing I changed in the old project was 'Project interpreter'. Interesting.