You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"$pyimpl is missing distutils.sysconfig, Skipping..."
fi
fi
done
echo"Error! Could not locate Python (with distutils.sysconfig)! Please install and have python3, python, or python2 (with distutils.sysconfig) in PATH."
echo"Or use: /path/to/valid/python configure $@"
exit 127
'''
import sys, os
if sys.version_info < (2,6) or (sys.version_info >= (3,0) and sys.version_info < (3,4)):