bsmhmmlf / Gaussian-Shading

[CVPR 2024] Gaussian Shading: Provable Performance-Lossless Image Watermarking for Diffusion Models
MIT License
48 stars 3 forks source link

The following problems occur when configuring the environment: #3

Open coco0229 opened 4 months ago

coco0229 commented 4 months ago

The following problems occur when configuring the environment: ERROR: Could not find a version that satisfies the requirement academictorrents==2.3.3 (from versions: none) ERROR: No matching distribution found for academictorrents==2.3.3

connect404 commented 3 months ago

ERROR: Cannot install -r requirements.txt (line 28), -r requirements.txt (line 4), -r requirements.txt (line 5), huggingface_hub==0.22.2 and transformers because these package versions have conflicting dependencies.

It shows that transformers and hub packages conflict

Xiao-Fangff commented 3 weeks ago

ERROR: Cannot install -r requirements.txt (line 28), -r requirements.txt (line 4), -r requirements.txt (line 5), huggingface_hub==0.22.2 and transformers because these package versions have conflicting dependencies.

It shows that transformers and hub packages conflict

change transformers==4.34.0 to transformers==4.40.0 can work for me.