-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
At the moment interpreter lookup fails when distutils
is not available, e.g. on some Ubuntu Python distributions. Error:
113 failed to query /usr/bin/python3.6 with code 1 err: 'Traceback (most recent call last):\n File "/home/manos/.local/lib/python3.8/site-packages/virtualenv/discovery/py_info.py", line 16, in <module>\n from distutils.command.install import SCHEME_KEYS\nModuleNotFoundError: No module named \'distutils.command\'\n' [INFO cached_py_info:38]
See #1643 (comment).
webknjaz, graingert, jamesjjcondon, fliiiix and freundTech