-
Notifications
You must be signed in to change notification settings - Fork 257
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
求个mac版本 #36
Comments
我没有 macOS 环境,你可以尝试自行构建
|
大佬~同求个mac版~ |
在mac中用pycharm运行了,多谢。但是还是没有打包成可执行文件 |
我没有环境调试,只能等一个 mac 平台的开发者进行构建了 |
我的环境是m1 Ventura 13.5,pip install时会卡在编译pyqt5这一步,内存不断飙升,没有停歇的样子,占用快到20GB我就把它停了(当然基本是虚拟内存了,我物理内存才16GB)。 后来发现可以自己编译pyqt5,虽然耗时也挺久,但起码可以编译成功。 勉强过了pyqt5这一关,接着尝试用py2app打包,败在 然后,就尝试pyinstaller,倒是可以打包成功,但直接运行打包后的MDCx.app,只看到Dock栏上图标一闪然后就没然后了。 pyinstaller \
--name MDCx \
--osx-bundle-identifier com.mdcx.app \
-F -w main.py \
-p "./src" \
--add-data "resources:resources" \
--add-data "libs:." \
--icon resources/Img/MDCx.icns \
--hidden-import socks \
--hidden-import urllib3 \
--hidden-import _cffi_backend \
--collect-submodules curl_cffi
rm -rf dist
pyinstaller MDCx.spec
rm -rf build
rm *.spec |
同求mac版本 |
好像github可以打包全平台程序包,不太懂。。。 |
是可以这么说。 目前的进展:
|
大神!厉害! |
@sqzw-x 要不这个仓库新建一个dev分支,我把我做的PR过来,你觉得如何? |
我先整理一下,有点乱 |
@rosspsp
|
@sqzw-x 或者你抽空看一下:https://github.com/northsea4/mdcx |
好的,厉害!!! |
macOS-aarch64版:https://github.com/northsea4/mdcx/actions/runs/7513558762 |
@northsea4 已经新建 macos 分支 |
@rosspsp 建议可以复制的日志就直接复制文本,不要截图。 首先,我把javbus域名改为seejav.art,然后指定站点刮削,结果成功,说明很有可能是你的网络问题(403应该是被限制了)。 另外,这个issue是讨论”提供macOS版MDCx"的,所以其他问题最好还是单独去提issue。 |
在提问之前...
描述你的问题
求个mac版本
如何复现
预期行为
No response
相关 Logs
No response
截图
No response
还有别的吗?
No response
The text was updated successfully, but these errors were encountered: