After using: python setup.py install it compiles correctly, but...
pip list | grep sage
DEPRECATION: Loading egg at /*/.venv/lib/python3.12/site-packages/sageattention-2.2.0-py3.12-linux-x86_64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
sageattention 2.2.0
sageattention 2.2.0
Also same warning while starting ComfyUI.
Can we get modern install, like f.e.
pip install .
Thanks.
After using:
python setup.py installit compiles correctly, but...pip list | grep sageDEPRECATION: Loading egg at /*/.venv/lib/python3.12/site-packages/sageattention-2.2.0-py3.12-linux-x86_64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
sageattention 2.2.0
sageattention 2.2.0
Also same warning while starting ComfyUI.
Can we get modern install, like f.e.
pip install .Thanks.