XmYx / deforum-comfy-nodes

Deforum ComfyUI Nodes - ai animation node package
https://deforum.studio/
MIT License
147 stars 18 forks source link

Failed to Import libraries #47

Open az1fr3 opened 1 month ago

az1fr3 commented 1 month ago

Collecting python-decouple>=3.8 (from deforum==0.1.8.dev1->-r requirements.txt (line 16)) Downloading python_decouple-3.8-py3-none-any.whl (9.9 kB) INFO: pip is looking at multiple versions of deforum to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r requirements.txt (line 16) and imageio[ffmpeg] because these package versions have conflicting dependencies.

The conflict is caused by: The user requested imageio[ffmpeg] deforum 0.1.8.dev1 depends on imageio[ffmpeg]==2.34.1

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

az1fr3 commented 1 month ago

Installing collected packages: torch, torchvision, torchaudio 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. xformers 0.0.26.post1 requires torch==2.3.0, but you have torch 2.4.0+cu121 which is incompatible. Successfully installed torch-2.4.0+cu121 torchaudio-2.4.0+cu121 torchvision-0.19.0+cu121

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. torchaudio 2.4.0+cu121 requires torch==2.4.0+cu121, but you have torch 2.3.0+cu121 which is incompatible. Successfully installed torch-2.3.0+cu121 torchvision-0.18.0+cu121