Public bug reported:

I ran sudo apt update and then sudo apt install gplaycli.  The
application is installed, but then attempting to run the module results
in an error indicating a missing python module.

ed@ThinkPad:~$ sudo apt install gplaycli
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gplaycli is already the newest version (0.2.10-1).
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.


ed@ThinkPad:~$ gplaycli --version
Traceback (most recent call last):
  File "/usr/bin/gplaycli", line 28, in <module>
    from androguard.core.bytecodes import apk as androguard_apk  # Androguard
ImportError: No module named androguard.core.bytecodes


ed@ThinkPad:~$ gplaycli
Traceback (most recent call last):
  File "/usr/bin/gplaycli", line 28, in <module>
    from androguard.core.bytecodes import apk as androguard_apk  # Androguard
ImportError: No module named androguard.core.bytecodes

Typically, I would expect that any package I install using apt should
install all necessary modules / packages so that it can run.

Upon further investigation is appears that the issue is that gplaycli is
a python 2 program and I am using python3!  Wow!  The packages and
modules are all setup on my system for python 3.

Let me know if porting this package to python3 would be appreciated.  I
would be willing to do it.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gplaycli 0.2.10-1
ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
Uname: Linux 4.15.0-128-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.20
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Dec 14 19:25:07 2020
InstallationDate: Installed on 2016-04-25 (1694 days ago)
InstallationMedia: Kubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: gplaycli
UpgradeStatus: Upgraded to bionic on 2018-07-27 (871 days ago)

** Affects: gplaycli (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908160

Title:
  gplaycli cannot run due to missing module immediately following
  install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gplaycli/+bug/1908160/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to