Closed kusosuha6vt closed 2 years ago
Does your system have distutils installed for 3.8? Some distributions, like Ubuntu iirc, don’t bundle it with standard Python.
Hello, sorry for the delay, hadn't have a time for a hobby projects for a while :( Mr-Roper was right on track, you can fix this (on debian based system) with $ sudo apt install python3.10-distutils . If You happen to use older distro(s), you first need to add official python ppa: $ sudo add-apt-repository ppa:deadsnakes/ppa . Same goes for python 11, etc, of course. Cheers !.