SUSYUSTC / MathTranslate

translate scientific papers in latex, especially arxiv papers
https://github.com/SUSYUSTC/MathTranslate
Apache License 2.0
1.04k stars 69 forks source link

windows版本gui出现错误 #52

Closed learningdog1 closed 1 year ago

learningdog1 commented 1 year ago

下载文件后,以管理员运行MathTranslate出错: protocol ( ssl.c:1131)') urlib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:1131) The above exception was the direct cause of the following exception: urllib3.exceptions.ProxyError: ('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol ( ssl.c:1131)') The above exception was the direct cause of the following exception: Traceback (most recent call last): File "requests\adapters.py", line 486, in send File "urllib3\connectionpool.py", line 844, in urlopen File "urllib3\util\retry.py", line 515, in increment During handling of the above exception, another exception occurred: Traceback (most recent call last): File "MathTranslate. py", line 44, in File "kivy\app.py", line 955, in run File "kivy\app.py", line 925, in _run_prepare File"MathTranslate.py", line 27, in build File "IndexPage. py", line 13, in init File "mathtranslate\update.py", line 5, in get_latest_version File "requests\api.py", line 73, in get File "requests\api.py", line 59, in request File "requests\sessions.py", line 589, in request File "requests\sessions.py", line 703, in send File "requests\adapters.py", line 513, in send requests.exceptions.ProxyError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi/mathtranslate/json (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)')))) image

learningdog1 commented 1 year ago

已解决,需以管理员运行cmd,在终端设置代理,然后输入MathTranslate.exe打开即可使用 。

Yun-Tianming commented 1 year ago

已解决,需以管理员运行cmd,在终端设置代理,然后输入MathTranslate.exe打开即可使用 。

麻烦您可以详细说一下吗,我也出现了类似错误,却不知道如何解决