1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Python】Bluetoothライブラリpybluezがインストールできないときの対処法

Last updated at Posted at 2023-07-27

import bluetoothを使いたい

どうやらC++の環境とWindows-SDKのインストールが必要らしい

1---↑のサイトからSDKをインストール

2---↑のサイトを見てC++の環境とcl.exeの環境変数を設定する

3---↑のサイトから生のライブラリをダウンロード

4---上記のライブラリのディレクトリにcdして

python setup.py install

を実行する

5---

import bluetooth

が使えるようになる

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?