coslyk / moonplayer

Video player that can play online videos from youtube, bilibili etc.
https://coslyk.github.io/moonplayer.html
GNU General Public License v3.0
638 stars 93 forks source link

系统是mac os 10.12.6 无法更新解析程序 #81

Closed chingrun closed 4 years ago

chingrun commented 4 years ago

在提交前,请确保您已经检查了以下内容! / Before submitting an issue, please check the following points!

请将错误输出粘贴在下面: / Please paste the error output here:

如果可能,请提供截图:/ If possible, please provide a screenshot too:

[您的截图 / Your screenshot]

coslyk commented 4 years ago

方法1:升级macOS到10.13以上 方法2:用Homebrew安装最新版python:

brew install python@2
chingrun commented 4 years ago

用方法2的方法仍然报一样的错误,会不会是anaconda造成的冲突呢? @coslyk

coslyk commented 4 years ago

有可能,终端下执行 which python 的结果是什么?

chingrun commented 4 years ago

您好 执行which python 显示的是/Users/xxx/anaconda3/bin/python 是需要切换python版本吗?如何切换呢 谢谢您! @coslyk

coslyk commented 4 years ago

检查下openssl是否正确配置好,可参见 https://stackoverflow.com/questions/44316292/ssl-sslerror-tlsv1-alert-protocol-version/51132779 下面的回答。

coslyk commented 4 years ago

最新的Alpha版本应当已经解决了该问题。