問題タブ [smbus]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1171 参照

python - ImportError: 'smbus2' という名前のモジュールがありません

VScode で Pymakr を使用して、複数のセンサーに接続されている Pycom L01 をプログラムしています。smbus2 ライブラリを使用しようとしていますが、インポートできません。
Python 仮想環境を作成し、「pip install smbus2」を使用してインストールしましたが、スケッチをアップロードしようとすると、出力は次のようになります。

私を助けることができる誰か?