[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages
@Alec I guess in your last comment 'site-packages' should be replaced by 'dist-packages', right? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: python library installed into site-packages instead of into dist- packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1843988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages
You are indeed right. Python libraries are not multilib, and should live in /usr/lib/python3/site-packages. Will fix, but the process starts at the Debian side. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: python library installed into site-packages instead of into dist- packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1843988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages
Sorry for late reply. The python module contains binary. architecture-dependent code and can for that reason not be installed in /usr/lib/python3/ due to overall multi-arch requirements. That said, the official Debian documents I find are not explicit on how to install these kind of modules. Sending a message to debian-devel in an attempt to get this sorted out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: python library installed into site-packages instead of into dist- packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1843988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages
yes, it does. I actually had the problem on a raspberry pi running Raspbian 10. There I had to add the following to my script so that the library would be found: sys.path.append('/usr/lib/arm-linux-gnueabihf/python3.7/site-packages/') (after having analyzed the problem I then sent the bug report from my desktop computer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: python library installed into site-packages instead of into dist- packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1843988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1843988] Re: python library installed into site-packages instead of into dist-packages
Thank you for your bug report, does it create any user visible issue to you? ** Changed in: lirc (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843988 Title: python library installed into site-packages instead of into dist- packages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1843988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs