Results 265 comments of dmMaze

hmm, it works on my set: ``` Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32 PyQt: v 5.15.4 ``` try add ```app.setWindowIcon(QIcon(constants.ICON_PATH))``` following this...

Did the program's terminal spit out any unsual message on start-up?

You may send a telegram chat link to [email protected]

Hello I'll build a linux excuctable for next version, however I don't have a mac so I can't provide support for mac os. The source code should run fine on...

line 75: explicitly convert to int type should fix this, `self.setMinimumWidth(int(screen_size.width()*0.5))` Any help would be appreciated.

> 我也等一个macos版,需要的话可以帮忙在M1 pro上进行build,可能需要提供build的步骤 经提醒可以用github actions,我下礼拜试试

> qt5是支持macOS的,但是我不懂Github Action的Workflow要怎么写能编译成功qt5,只会electron的workflow 装了环境gitclone源码python ballontranslator/__main__.py应该就能跑,不需要pydensecrf,可能会有些类型错误不过改起来也简单

> > macOSl拉库报错,请帮忙看下是什么原因。 > > ---- > `brew install mecab`后解决上述报错,但又有新的报错了 > ![截屏2022-07-05 16 21 51](https://user-images.githubusercontent.com/69177971/177284358-3ea23c19-13f9-4c11-8ae2-2188a36449a1.png) > > ---- > 另外,现在这个项目可以用macOS打包吗,打包过程可否指导下,谢谢! pyqt现在还不支持py3.10及以上 然后你还需要下载**data** https://drive.google.com/drive/folders/1uElIYRLNakJj-YS0Kd3r3HE-wzeEvrWd?usp=sharing 解压并覆盖BallonsTranslator/ballontranslator下的同名目录 我还没试过macos打包,貌似pytorch支持m1加速?这些我还没条件验证

> AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel' 这还是装pyqt5报的错? https://stackoverflow.com/questions/65447314/attributeerror-module-sipbuild-api-has-no-attribute-prepare-metadata-for-bui 这里有建议升级pip, 装pyqt5前装pyqt5-sip, 还是不行就试试pyqt6

> ModuleNotFoundError: No module named 'numpy' ```pip install numpy``` requirements里的都装上了吗, 按理来说里面有依赖numpy会一起装的所以就没写进去