[Bug]: ModuleNotFoundError: No module named 'jina'
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch name
main
Commit ID
None
Other environment information
windows10 + docker 4.30.0 (149282)
.env argument
RAGFLOW_VERSION=dev
Actual behavior
This is what happens when the docker deployment starts
Expected behavior
No response
Steps to reproduce
$ cd ragflow/docker
$ chmod +x ./entrypoint.sh
$ docker compose -f docker-compose-CN.yml up -d
Additional information
[WARNING] Load term.freq FAIL!
[WARNING] [2024-08-01 07:05:14,989] [synonym.init] [line:40]: Realtime synonym is disabled, since no redis connection.
[WARNING] [2024-08-01 07:05:14,989] [synonym.init] [line:40]: Realtime synonym is disabled, since no redis connection.
Traceback (most recent call last):
File "/ragflow/api/ragflow_server.py", line 26, in
log i posted is result of $ docker logs -f ragflow-server
ragflow-server version: dev
Last pushed 7 hours ago by infiniflow
Digest 625a88f9666a
+1
@xia-huang-411303 thanks for you mention,it will be fixed soon
+1 解决了吗?
Same error.
Fixed.
Fixed.
How did you fix it?
I suggest changing 'RAGFLOW_VERSION=dev' in the './docker/.env 'file to' RAGFLOW_VERSION=latest ' Re-use docker compose deployment, issue resolved
I suggest changing 'RAGFLOW_VERSION=dev' in the './docker/.env 'file to' RAGFLOW_VERSION=latest ' Re-use docker compose deployment, issue resolved
thanks,this is right!