Cyberes / xformers-compiled

xformers compiled for specific graphics cards.
MIT License
19 stars 6 forks source link

A4000 failing to install still #3

Closed Boymerkz closed 1 year ago

Boymerkz commented 1 year ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gradient-utils 0.5.0 requires wheel<0.36.0,>=0.35.1, but you have wheel 0.37.1 which is incompatible.

pip install wheel==0.35.1 - Fails to work.

Boymerkz commented 1 year ago

I use you book daily so i don't mind testing stuff with each update ( discord - Creative Digitals#7215 ) Is it possible to build a dockerhub container with all the relevant stuff installed then the only the pip install wheel command needs to be done,

!python webui.py {x_arg} {dd_arg} --gradio-debug --share # --gradio-auth me:password1234 ( --medvram ) was the issue with it slowing down, would it be worth # --medvram by default with the option to uncomment it,

everything is now working as it should

corytaitchison commented 1 year ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gradient-utils 0.5.0 requires wheel<0.36.0,>=0.35.1, but you have wheel 0.37.1 which is incompatible.

pip install wheel==0.35.1 - Fails to work.

Hey, how did you manage to fix this? I'm still getting that error on an A4000.

Cyberes commented 1 year ago

I've noticed this error but it doesn't seem to effect anything and the process succeeds. It's just packages complaining about their ideal dependency version not being installed.