Comment 1 for bug 1745013

Revision history for this message
Slawek Kaplonski (slaweq) wrote :

I was able to reproduce this issue locally on Ubuntu 16.04 with python packages like:

ubuntu@fullstack-master ~ ❯❯❯ dpkg -l | grep python2.7
ii libpython2.7-minimal:amd64 2.7.12-1ubuntu0~16.04.3 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.12-1ubuntu0~16.04.3 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii python2.7 2.7.12-1ubuntu0~16.04.3 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.12-1ubuntu0~16.04.3 amd64 Minimal subset of the Python language (version 2.7)

but all is fine when I downgraded python packages to:

ubuntu@fullstack-master ~ ❯❯❯ dpkg -l | grep python2.7
ii libpython2.7-minimal:amd64 2.7.12-1ubuntu0~16.04.2 amd64 Minimal subset of the Python language (version 2.7)
ii libpython2.7-stdlib:amd64 2.7.12-1ubuntu0~16.04.2 amd64 Interactive high-level object-oriented language (standard library, version 2.7)
ii python2.7 2.7.12-1ubuntu0~16.04.2 amd64 Interactive high-level object-oriented language (version 2.7)
ii python2.7-minimal 2.7.12-1ubuntu0~16.04.2 amd64 Minimal subset of the Python language (version 2.7)