ZhaoBin

Results 22 comments of ZhaoBin

编译环境默认使用Python 3.7,自己本地可以加软链接。 [https://github.com/onewe/RedisDesktopManager-Mac/issues/26#issuecomment-655605029](https://github.com/onewe/RedisDesktopManager-Mac/issues/26#issuecomment-655605029)

最新的Github Action的macOS镜像默认使用了Python 3.8,但是编译会出错,编译时改成了3.7。 打不开时,除了上面的方法,还可以替换编译后的rdm的依赖: ```shell install_name_tool -change /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/Python /usr/local/opt/python3/Frameworks/Python.framework/Versions/3.7/Python '/Applications/Redis Desktop Manager.app/Contents/MacOS/Redis Desktop Manager' ``` python路径改成自己电脑相应路径。

> 2020.3版启用提示更新到2020.3版,点ok就关了,怎么搞? 请确保安装了[email protected],并按上述任一方式正确配置[email protected]的依赖。

> @FuckDoctors 在打包的时候可以把python拷到app目录中,然后改一下依赖的路径,你试一试唉 嗯,回头试试 主要是现在macOS已经挺大了,再把python打进去感觉体积会更大。。 win下的是把python-embeded的部分内容打进去了,体积还可接受

> Hi! Is there any solution for Catalina? Make sure that you have installed Python 3.7. ```shell brew install [email protected] ``` Then make a soft link like this: ```shell cd...

> > 我是通过如下方式解决的: > > ```shell > > brew install [email protected] > > sudo pip3 install -r https://raw.githubusercontent.com/uglide/RedisDesktopManager/2020/src/py/requirements.txt --upgrade > > ``` > > > > > > 搞定 >...

@siaron @kelvinchanjl macOS 11.1亲测可以,修改python的依赖就可以了。 ``` shell brew install [email protected] install_name_tool -change /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/Python /usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/Python /Applications/RDM.app/Contents/MacOS/RDM ```

M1芯片用户,请参考下面的资料,尝试安装不同的版本的Homebrew。 https://github.com/FuckDoctors/rdm-builder/issues/22#issuecomment-1096150738 For Apple M1 users, you may need to install 2 homebrew versions. [TIP | The BEST way to install Homebrew (Brew) on Apple Silicon (M1)](https://wnderlvst.com/stories/5101f1ca-a1c8-4dfc-b469-ccf4dae0d823)