mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-03-17 01:27:01 +08:00
Create fixnumpy.bat
This commit is contained in:
parent
89499c6fae
commit
28fd4513fd
6
fixnumpy.bat
Normal file
6
fixnumpy.bat
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
call venv\scripts\activate
|
||||
pip uninstall numpy -y --quiet
|
||||
pip install numpy==1.26.4 --quiet
|
||||
echo numpy 1.26.4 reinstalled.
|
||||
pause
|
||||
Loading…
x
Reference in New Issue
Block a user