Duix.Heygem icon indicating copy to clipboard operation
Duix.Heygem copied to clipboard

英伟达 Tesla T4显卡,docker-compose up -d下载镜像成功,但是启动不了

Open xiangzhiwuhui opened this issue 7 months ago • 12 comments

提示错误如下: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy' nvidia-container-cli: initialization error: WSL environment detected but no adapters were found: unknown

Image

xiangzhiwuhui avatar May 12 '25 03:05 xiangzhiwuhui

"ImportError: tokenizers>=0.19,<0.20 is required for a normal functioning of this module, but found tokenizers==0.21.1." -- They say you need tokenizers version less than 0.20 -- but you have 0.21.1. You need to uninstall tokenizers.

  1. Command: pip uninstall tokenizers

  2. And after that install tokenizers v0.19: pip install tokenizers==0.19

***Btw, ask ChatGPT on all your questions, it's very useful. I've use this one (free, no registration) - https://lmarena.ai/

Buumcode avatar Apr 19 '25 18:04 Buumcode

"ImportError: tokenizers>=0.19,<0.20 is required for a normal functioning of this module, but found tokenizers==0.21.1." -- They say you need tokenizers version less than 0.20 -- but you have 0.21.1. You need to uninstall tokenizers.

  1. Command: pip uninstall tokenizers
  2. And after that install tokenizers v0.19: pip install tokenizers==0.19

***Btw, ask ChatGPT on all your questions, it's very useful. I've use this one (free, no registration) - https://lmarena.ai/

I asked Grok to give me solutions but so far nothing has worked, not even your suggestion

jeremy0575 avatar Apr 20 '25 04:04 jeremy0575

Try running update_comfyui_and_python_dependencies.bat in the update folder.

henrikvilhelmberglund avatar Apr 20 '25 12:04 henrikvilhelmberglund

This issue is being marked stale because it has not had any activity for 30 days. Reply below within 7 days if your issue still isn't solved, and it will be left open. Otherwise, the issue will be closed automatically.

github-actions[bot] avatar May 21 '25 11:05 github-actions[bot]