Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] python3-bluez still at Python 3.9, python interpreter can't find bluetooth module
Date: Mon, 31 Oct 2022 09:50:03 +0100	[thread overview]
Message-ID: <20221031085003.ZnO4yVBGYeUePbQW9XeaYeBDfsy0Yxet_nfkimPJTcE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40238@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]

Closed issue by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/40238

Description:
### Is this a new report?

Yes

### System Info

Void 5.19.16_1 x86_64 AuthenticAMD uptodate rrmFFFF

### Package(s) Affected

python3-bluez-0.23_2

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

No.

### Expected behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
>>>
```

### Actual behaviour

```
Python 3.10.8 (main, Oct 12 2022, 01:35:49) [GCC 10.2.1 20201203] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import bluetooth
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'bluetooth'
```

### Steps to reproduce

1. install python3, observe you obtain python 3.10.x
2. install python3-bluez
3. ls /usr/lib/python3.9/site-packages, observe this is the only module there
4. ls /usr/lib/python3.10/site-packages, observe it contains lots of packages
5. try to import bluetooth with python 3.10, observe it not finding the module


  parent reply	other threads:[~2022-10-31  8:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-31  8:44 [ISSUE] " rubin55
2022-10-31  8:50 ` sgn
2022-10-31  8:50 ` sgn [this message]
2022-10-31  8:50 ` [ISSUE] [CLOSED] " sgn
2022-10-31  8:51 ` sgn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221031085003.ZnO4yVBGYeUePbQW9XeaYeBDfsy0Yxet_nfkimPJTcE@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).