Bug#918881: broken distutils on python3.6.8-1

2019-03-04 Thread Michael Psomaidis
Woops, the specific way i resolved that was the following cd /usr/lib sudo cp -arv python3.7/distutils python3.6/ On Tue, 5 Mar 2019 17:21:49 +1100 raspberry wrote: > The only way I was able to get this to work was to copy the version of > distutils installed in the

Bug#918881: broken distutils on python3.6.8-1

2019-03-04 Thread raspberry
The only way I was able to get this to work was to copy the version of distutils installed in the /usr/lib/python3.7/distutils to /usr/lib/python3.6/distutils folder which isn't ideal. I thought it was weird to not have distutils on 3.6 in the package from scratch and that's where i looked

Bug#918881: broken distutils on python3.6.8-1

2019-02-28 Thread José Sánchez Moreno
Is there any posibility to create a virtualenv on python3.6 in debian sid right now? I'm looking for alternatives and I haven't found any property solution. -- José Sánchez Moreno O2W Leading Software - www.o2w.es C/ Trovero Marin, 5 30730 San Javier (Murcia) Tlf: 968 192 905 - 656 817 548

Bug#918881: broken distutils on python3.6.8-1

2019-02-01 Thread Tomas Pazderka
Package: python3.6 Version: 3.6.8-1 Followup-For: Bug #918881 Dear Maintainer, distutils are not installed at all under python3.6. -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Foreign

Bug#918881: broken distutils on python3.6.8-1

2019-01-10 Thread Michał Mulawa
Package: python3.6 Version: 3.6.8-1 When I try to create a virtualenv using a freshly installed python3.6 it fails with below output:     root@m2:~# virtualenv venv3.6 --python=python3.6     Running virtualenv with interpreter /usr/bin/python3.6     Traceback (most recent call last):