HKUDS / LLMRec

[WSDM'2024 Oral] "LLMRec: Large Language Models with Graph Augmentation for Recommendation"
https://arxiv.org/abs/2311.00423
Apache License 2.0
374 stars 47 forks source link

how to install packages in requirements.txt? #14

Open Vivi-jingwen opened 7 months ago

Vivi-jingwen commented 7 months ago

hi! when I perform: pip install -r requirements.txt it always causes errors like: ERROR: Could not find a version that satisfies the requirement anaconda-client==1.11.0 (from versions: 1.1.1, 1.2.2) ERROR: No matching distribution found for anaconda-client==1.11.0 and many other packages are not the correct version as well. How can I solve it?

seamoon224 commented 6 months ago

Same problem happened on me. I referred to the closed issues, configuring python=3.9.13 as the author instructed, and still didn't work. image

seamoon224 commented 6 months ago

fix it by installing anaconda-client and other packages that cannot use pip install by conda install.

fujiaxu0207 commented 5 months ago

fix it by installing anaconda-client and other packages that cannot use pip install by conda install.

could you give some details?

83905525s commented 5 months ago

Python navigator ==2.3.1 Can you download it

mayuxin996 commented 3 months ago

Did you solve it? If yes, please contribute the package you installed.

LouHerGetUp commented 3 months ago

fix it by installing anaconda-client and other packages that cannot use pip install by conda install.

Awesome!