HKUDS/LLMRec

how to install packages in requirements.txt?

Vivi-jingwen opened this issue · 6 comments

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?

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

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

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

could you give some details?

Python navigator ==2.3.1 Can you download it

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

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

Awesome!