python-tools was unable to find your machine's python executable.
Please try set the path in package settings and then restart atom.
If the issue persists please post an issue on https://github.com/michaelaquilina/python-tools/issues/new
This is my path with python executable
import sys
print(sys.executable)
/usr/bin/python3
But the error persists.
why?