Closed gtbloody closed 4 months ago
Please use
python -m pip
in replacement of any pip
call, and use
python -m mim
in replacement of any mim
call.
https://github.com/comfyanonymous/ComfyUI/discussions/2635
It is important to know that the only officially supported way to invoke pip is through
python -m pip
. It is neitherpip
norimport pip
. Thepip
orpip.exe
could simply not be there and you risk installing some packages into a different environment rather than that you are running on.
Please use
python -m pip
in replacement of any
pip
call, and usepython -m mim
in replacement of any
mim
call.comfyanonymous/ComfyUI#2635 It is important to know that the only officially supported way to invoke pip is through
python -m pip
. It is neitherpip
norimport pip
. Thepip
orpip.exe
could simply not be there and you risk installing some packages into a different environment rather than that you are running on.谢谢大佬在群里的回复。 mmdet 3.3.0和mmpose1.3.1都要求mmcv<2.2.0,mmcv版本又和torch版本挂钩,一环扣一环 我查了官方文档,mmcv2.1.0只能把torch降到2.1.x才行 https://mmcv.readthedocs.io/en/latest/get_started/installation.html
i've already installed mmcv,mmdet and mmpose,but when I run comfyui,logs says ' You should install
mmcv
rather thanmmcv-lite
if you need this module.' if I install mmcv-full,logs changes to"no module called 'mmcv'," 我已经用mim install安装了三个mm依赖,可是启动comfyui时提醒我不应该装mmcv-lite,我装的是mmcv 2.1.0,mmdet3.2.0和mmpose1.3.1。怎么回事呢? 而且这三个依赖版本我在单独部署的museV上是验证通过的,但那个环境我用conda装的,这个comfyui用的秋叶的启动器的环境。 QAQ