[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-10-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: click (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/b

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-10-20 Thread Alberto Salvia Novella
** Changed in: click (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1486841 Title: from click import commands: ImportError: cannot

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-11-19 Thread Raymond Wan
Problem also exists in click (0.4.39.1+15.10.20150702-0ubuntu2) on Ubuntu 15.10 : - $ sudo apt-get install click Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: click 0 upgraded, 1 newly installed,

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-11-20 Thread Colin Watson
Perhaps somebody could run: strace -f -o click.trace -s 1024 click ... and attach the resulting click.trace file to this bug? It might be possible to work out the problem from that. ** Changed in: click (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification be

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-11-23 Thread Raymond Wan
Colin, Thank you for the suggestion! I generated the strace output as you suggested [see attached file] and looked through it before attaching it. I realized it was looking in my ~/.local/ directory. So, I guessed [I only know some Python...not too knowledgeable about it] renaming ~/.local/lib/p

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-11-24 Thread Launchpad Bug Tracker
** Branch linked: lp:click/devel -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1486841 Title: from click import commands: ImportError: cannot import name 'commands' Status

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-11-24 Thread Colin Watson
Thanks for the strace output to confirm this! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to click in Ubuntu. https://bugs.launchpad.net/bugs/1486841 Title: from click import commands: ImportError: cannot import name 'comm

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-11-24 Thread Colin Watson
Right, there's an unfortunate name clash with an entirely different Python package called "click" and it looks like you had the latter installed in your home directory. A better workaround would probably be "pip3 uninstall click". I've committed a patch for our next release to take evasive action

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package click - 0.4.41+16.04.20151211-0ubuntu1 --- click (0.4.41+16.04.20151211-0ubuntu1) xenial; urgency=medium [ Colin Watson ] * Fix spurious test_sync_without_user_db test failure. * Fix test failures under Python 2. * Forbid installing packages w

[Touch-packages] [Bug 1486841] Re: from click import commands: ImportError: cannot import name 'commands'

2015-08-20 Thread Steve Beattie
The click-apparmor package failed with the same python traceback, because it invoked click. ** Summary changed: - package click-apparmor 0.3.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 + from click import commands: ImportError: cannot i