Skip to content
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

#495 问题中所修复的bug,在现行安装方法下安装的4个版本依然存在 #511

Open
z1braaa opened this issue Jan 22, 2025 · 9 comments
Labels
bug Something isn't working

Comments

@z1braaa
Copy link

z1braaa commented Jan 22, 2025

如题,在#495 问题中修复的bug依然存在,使用四种方式安装的发行版本都存在无法使用大模型key服务翻译的问题,是否是发行版本还未修复?

@z1braaa z1braaa added the bug Something isn't working label Jan 22, 2025
@hellofinch
Copy link
Contributor

是的,目前有两种方式:

  1. 源码安装最新的版本
  2. docker中应用PR中涉及到的变更,然后重新安装。

@uni1k
Copy link

uni1k commented Jan 22, 2025

docker镜像还没有更新么,我今天才安装,使用deepseek也是报这个错误。

@hellofinch
Copy link
Contributor

没有更新。
使用docker的话,应用 #495 中的修改后,需要在docker重新安装。

@hellofinch
Copy link
Contributor

目前对于这个问题有三个方式解决:

  1. 使用最新的源码安装运行pip install .
  2. 使用docker,应用 fix : prompt not work with GUI. #495 中的修改,然后在docker重新安装。
  3. 使用pip install pdf2zh的安装方法,找到pdf2zh的安装地址,然后应用fix : prompt not work with GUI. #495 中的修改

@JiyongShi
Copy link

使用最新源码安装运行及重新打包docker并运行,调用同样地址,thread、prompt等参数均为默认值不变
openai-like接口方式调用正常,ollama方式还是报错
[Errno 111] Connection refused
[Errno 111] Connection refused
ERROR:pdf2zh.converter:All models failed
[Errno 111] Connection refused[Errno 111] Connection refused
ERROR:pdf2zh.converter:All models failed
ERROR:pdf2zh.converter:All models failed

@hellofinch
Copy link
Contributor

你这个是ollama连接失败了,应该是你的ollama地址给错了,试一下http://host.docker.internal:11434
你的ollama应该不实在docker网络里,换个地址试试。如果还有问题,请在docker能检查ollama的联通性。

@JiyongShi
Copy link

你这个是ollama连接失败了,应该是你的ollama地址给错了,试一下http://host.docker.internal:11434。 你的ollama应该不实在docker网络里,换个地址试试。如果还有问题,请在docker能检查ollama的联通性。

重新打包docker方式运行,同样地址(http://host.docker.internal:11434),ollama报上述错误,OpenAI-Liked(http://host.docker.internal:11434/v1)正常,访问局域网其他机器ollama同样错误

@JiyongShi
Copy link

你这个是ollama连接失败了,应该是你的ollama地址给错了,试一下http://host.docker.internal:11434。 你的ollama应该不实在docker网络里,换个地址试试。如果还有问题,请在docker能检查ollama的联通性。

重新打包docker方式运行,同样地址(http://host.docker.internal:11434),ollama报上述错误,OpenAI-Liked(http://host.docker.internal:11434/v1)正常,访问局域网其他机器ollama同样错误

本地ollama为对局域网暴露服务,设置了环境变量,OLLAMA_HOST=0.0.0.0,pdf2zh -i方式启动读取了系统环境变量,界面设置的127.0.0.1未生效导致访问错误

@JiyongShi
Copy link

1.9.0,验证已经可以使用,libthread错误参考

FROM byaidu/pdf2zh:v1.9.0

RUN apt-get update && \
     apt-get install --no-install-recommends -y libglib2.0-0 curl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants