Я недавно обновился с Ubuntu 18.04 до 19.04, который имеет Python 3.7. Но я работаю над многими проектами, используя Python 3.6.
Теперь, когда я пытаюсь создать virtualenv с помощью Python 36 в PyCharm, возникает следующее:
Код: Выделить всё
ModuleNotFoundError: No module named 'distutils.core'

Не могу понять, что делать.
Я пытался установить distutils:
Код: Выделить всё
milano@milano-PC:~$ sudo apt-get install python3-distutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-distutils is already the newest version (3.7.3-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Знаете, что делать?
Подробнее здесь: https://stackoverflow.com/questions/557 ... utils-core
Мобильная версия