Trying to upgrade Intellij IDEA from 2016.2 to 2016.2.5 and I am getting this error:
IDEA does not have write access to /private/var/folders/_q/7md3pcy1
Finder or it's menu bar (Go)
Open Applications
Ctrl+Click (right-click) PyCharm (jetbrains .app)
click get info
at the bottom, expand permissions
unlock the padlock
change all three to "read&write" to allow app to make changes to sys
lock the padlock
restart the application
There were several engineers stating the "systemtools" had to be updated in the virtual environment whether by pip or interpreter pckg mgr.
For me, it turned out to be the fact that the imports were supposed to be local, thus be pulled from the repo.