Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build.ymlでpython 3.10のインストール #24

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

nekomimimi
Copy link
Contributor

@nekomimimi nekomimimi commented Jan 1, 2024

内容

コンパイルエラーの解消

関連 Issue

#715
VOICEVOX/voicevox_core#715 (comment)

その他

必要があればマージください

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PRありがとうございます!!

Install build dependencies on ubuntuの中にあるpython3は念のために消しておいたほうが安全かなと思いました!
(Github Actionsが用意したpythonと衝突しそうなので)

@Hiroshiba Hiroshiba changed the title python 3.10のインストール ビルドワークフローでpython 3.10のインストール Jan 1, 2024
@Hiroshiba
Copy link
Member

文脈メモ

おっと・・・! distutilsが無いというエラーが出てますね。ちょっと調べてみました。
いつの間にかGithub Actionsのmacos-12上でのデフォルトpythonのバージョンが3.12になっていて、distutilsが削除され、onnxruntime 1.15.1をビルドするためのコードが非対応になってしまったっぽいです。

↓の感じで、バージョン3.12未満のPythonをインストールすると良さそうです!
このコードの3.8はちょっと古いので3.10とかでも良いかもです。
https://github.com/VOICEVOX/voicevox_core/blob/f18499536806615b86540aca77ea0075947a623d/.github/workflows/python_lint.yml#L25-L27
(たぶん、ubuntu上でapt installされているpythonもついでに削除できると思います!)

@nekomimimi nekomimimi changed the title ビルドワークフローでpython 3.10のインストール build.ymlでpython 3.10のインストール Jan 1, 2024
@nekomimimi
Copy link
Contributor Author

nekomimimi commented Jan 1, 2024

削除のほうを忘れてました💦
修正しました!

実行結果は正常でした。
https://github.com/nekomimimi/onnxruntime-builder/actions/runs/7379582552

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

もし今後何か更新があれば、(あまり良くない気がしますが)今の1.15.1を消してリビルドしたいと思います!
VOICEVOX CORE(というよりonnxruntime-rs)が使ってるのは1.14.0でまだ1.15.1への依存がないのと、まあ以前もそうしたので、良いかなと・・・。

@Hiroshiba Hiroshiba merged commit 8a198bc into VOICEVOX:main Jan 2, 2024
@nekomimimi nekomimimi deleted the install_python branch January 3, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants