2
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 3 years have passed since last update.

Jetson用のビルド済みPySide2を公開しました。

Last updated at Posted at 2021-06-14

概要

PySide2をJetsonに入れようとした際に、pip等ではPySide2が入らなかったので、ソースコードからビルドしてみました。
ついでにビルド済みのwhlイメージを公開しました。

環境

  • SBC:Jetson Nano / Jetson NXでのみ動作確認
  • OS: Jetpack 4.5.1
  • PySide2Version: 5.9

インストール

git clone https://github.com/hiroyuki-s1/PySide2InstallForJetson
cd PySide2InstallForJetson/dist
pip3 install --user PySide2-5.9.0a1-5.9.5-cp36-cp36m-linux_aarch64.whl

ソースコードからビルドしようとするとかなり時間がかかるので、もしければ使ってください。

参考

2
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
2
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?