ModuleNotFoundError: No module named 'distutils'
from distutils.version import StrictVersion ModuleNotFoundError: No module named 'distutils' gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 Solution $ pip install setuptools Why? Because distutils was removed as...
Recent Comments