seramat

Results 6 comments of seramat

Right. Youtube video does not play, even after force to use "requests 2.11".

二维码过期了,群内的朋友在分享一下呗,感谢!

使用docker部署遇到这个问题,我是这样解决的 在[huggingface](https://huggingface.co/spacy/en_core_web_md/tree/main)下载[en_core_web_md-any-py3-none-any.whl](https://huggingface.co/spacy/en_core_web_md/blob/main/en_core_web_md-any-py3-none-any.whl) 然后放进docker容器/app文件夹,再手动安装 ![Image](https://github.com/user-attachments/assets/430f530d-05b4-4eab-be22-9f3b3c95e27c)

> 我使用 docker 安装后,也出现了错误,研究了下源码,发现去加载 en_core_web_md 时总是会去 download 的报错,然后报网络错误,于是自己下载了一个离线版本的复制到 docker container 中后使用 pip install 就解决了。 @JulianGuGu 请问这个到底怎么解决的呢?我也遇到这个问题,按照文档下载/加载了还是这个错误 ![Image](https://github.com/user-attachments/assets/c5b18b0d-363b-45a1-a7ac-e6f568d88dcb)

> 我也是 mac,安装上了cstranslate 4.4.0,你是否是用的 conda? > > 是的,我用的anaconda