nakano000 / Resolve_Script

MIT License
107 stars 13 forks source link

MacOS Install #2

Closed snoolord closed 12 months ago

snoolord commented 1 year ago

I'm not familiar with python but would love to use this project on mac. What operations does the .exe file perform?

nakano000 commented 1 year ago

Inside the unzipped folder, the exe will run the following commands: python3 bin/launcher.py

I haven't tried it on a mac, but it may work if you set up python. pin3 install -r requirements.txt

Yur0w commented 1 year ago

Did you have any luck with this? I would love to use this script on mac too.

Yur0w commented 1 year ago

I'm not familiar with python but would love to use this project on mac. What operations does the .exe file perform?

I'll try to get it to work. l'll let you know if I have any luck :)

GeisterKiller commented 1 year ago

I'm not familiar with python but would love to use this project on mac. What operations does the .exe file perform?

I'll try to get it to work. l'll let you know if I have any luck :)

did you make it?

quangmng commented 1 year ago

+1, Will try that on my mac as well. Really love the Subtitles2Txt+ one. てきとさん、ランチャーのmacOS版を作ってください。Windows版の「Subtitles2Text+」スクリプトがとても気に入っていて、Macでも使いたいのです。

nakano000 commented 1 year ago

+1, Will try that on my mac as well. Really love the Subtitles2Txt+ one. てきとさん、ランチャーのmacOS版を作ってください。Windows版の「Subtitles2Text+」スクリプトがとても気に入っていて、Macでも使いたいのです。

残念ながら、私はmacを持っていないので、作ることが出来ません。

GeisterKiller commented 1 year ago

残念ながら、私はmacを持っていないので、作ることが出来ません。

and is there a possibility to install the whole thing manually?

nakano000 commented 1 year ago

and is there a possibility to install the whole thing manually?

I don't have a mac, so I don't know anything about mac.

GeisterKiller commented 1 year ago

and is there a possibility to install the whole thing manually?

I don't have a mac, so I don't know anything about mac.

Ok. Let me know if you find a solution.

Yur0w commented 1 year ago

No sorry, not yet :(

quangmng commented 1 year ago

Update: I followed the Linux instructions outlined in the readme & installing the dependencies from the "requirements.txt" file. Turns out I have an M1 Mac & these dependencies didn't play nicely with it :( --//-- readme.mdに記載されているLinuxの説明に従い、requirements.txtファイルから依存関係をインストールした。結局、私はM1のMacを持っていて、これらの依存関係はうまく動作しないことがわかった。:( --//--

Screenshot 2023-08-05 at 18 13 33 Screenshot 2023-08-05 at 18 07 28

--//-- So I'm facing a dilemma of either changing every code that involves PySide 2 -> PySide 6 & shiboken6 (which supports M1 but I highly doubt will work) or somehow running them thru Wine (Windows emulation) --//-- そのため、PySide 2を含むすべてのコードをPySide 6とshiboken6(M1をサポートしているが、うまくいくかどうかはかなり疑わしい)に変更するか、どうにかしてWine(Windowsエミュレーション)を通して実行するかというジレンマに直面している。

nakano000 commented 1 year ago

pyside2が問題なのですね。 ちょっと時間がかかりますが、将来的にpyside6を使うように変更します。

quangmng commented 1 year ago

Thank you so much! I'm looking forward to your next updates 😄

I'm still quite new to Python, so I don't know much about how GUI libraries work and such. I changed the PySide2 to 6 on my own, but some function calls were unsuccessful due to missing modules while importing them. I hope you can find some leads regarding that and update us. Can't wait to see this in action! --//-- 本当にありがとう!次回の更新も楽しみにしています。😄

Pythonはまだ初心者なので、GUIライブラリの仕組みとかよくわかりません。自力でPySide2をPySide6に変更したのですが、インポート中にモジュールが足りず、関数呼び出しが失敗することがありました。それに関して何か手がかりを見つけて、みんなに最新情報を教えてくれるといいんだけど。これが動くのを見るのが待ち遠しいです!

nakano000 commented 12 months ago

Macに仮対応したので、閉じます。

quangmng commented 12 months ago

Yep, the Mac version works now. The only thing it needs is Subtitles2Text+ script :). うん、Mac版も動くようになった。必要なのはSubtitles2Text+スクリプトだけだ。

Screenshot 2023-09-17 at 10 22 15

Thank you so much! - ありがとうございます!

Also, should I create another GitHub issue regarding that script? また、そのスクリプトに関して、別のGitHub issueを作成すべきでしょうか?

quangmng commented 12 months ago

PS.: the .command file did not execute properly to launch GUI. GUIを起動するための.commandファイルが正しく実行されなかった。

Screenshot 2023-09-17 at 10 51 58

Solved by opening launcher.py from terminal with "python3 bin/launcher.py" ターミナルから "python3 bin/launcher.py "でlauncher.pyを開くことで解決しました。

nakano000 commented 12 months ago

新しいバージョンをアップロードしました。

・pythonをインストール ・setup_python.commandを実行 ・りぞりぷと.commandを実行

で動くと思います。

また、まだ問題があるようなら別のGitHub issueを作ってください。