Add requirements_generator.py and requirements.txt for alas-launcher (launcher2)#4855
Closed
swordfeng wants to merge 8 commits intoLmeSzinc:bug_fixfrom
Closed
Add requirements_generator.py and requirements.txt for alas-launcher (launcher2)#4855swordfeng wants to merge 8 commits intoLmeSzinc:bug_fixfrom
swordfeng wants to merge 8 commits intoLmeSzinc:bug_fixfrom
Conversation
* tmp: [JP] asset SUPPLY_PACK_CHECK (LmeSzinc#4849) * Upd: [EN] DOCK_SELECTED (LmeSzinc#4850) --------- Co-authored-by: guoh064 <50830808+guoh064@users.noreply.github.com> Co-authored-by: dragonheart107 <153553566+dragonheart107@users.noreply.github.com>
…(launcher2) The repo is located at https://github.com/swordfeng/alas-launcher
Owner
|
Author
确实,但是这个requirements.txt有一个魔改的mxnet版本。如果docker下的requirements.txt能较新的包版本,我也可以把mxnet版本魔改成1.6.0,然后直接合并到一起?
mac arm下python版本最低是3.8,所以这个打包锁死3.8了。不知chromium版本有什么限制?windows下会用系统的webview2,所以最低版本应该是有保证的。不用简易安装客户端的人大多都是浏览器访问,应该没什么问题吧?
没有专门优化大小,git repo是checkout的状态下包的。在完全checkout的情况下和easy install大小接近,所以猜测应该只是git管理的文件的差异。有空的时候我再优化大小吧。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo is located at https://github.com/swordfeng/alas-launcher 这是一个专门给全平台自动化打包的版本,启动器会自动根据打包设置环境变量,同时单独提供了一个浏览器套壳。(代码其实就一个文件)
因为 mxnet 兼容性问题,打包的时候是把 mxnet 1.9.1 版本强行改为 1.6.99 才能把所有 wheel 装到一起。
mxnet 和 cnocr v1 都不再更新了,所以应该不用太担忧升级问题。