zhzhou23 / GRATCR

0 stars 0 forks source link

conda install #1

Open RysBen opened 1 month ago

RysBen commented 1 month ago

Hi Zhenghong,

When I set up envirment by README as below,

conda install -r requirements.txt
#usage: conda [-h] [-v] [--no-plugins] [-V] COMMAND ...
#conda: error: unrecognized arguments: -r

so I had another try,

conda install --file requirements.txt

#Channels:
# - conda-forge
 #- defaults
#Platform: linux-64
#Collecting package metadata (repodata.json): done
#Solving environment: failed

#PackagesNotFoundError: The following packages are not available from current channels:

#...

Any suggestion?

zhzhou23 commented 1 month ago

Thank you for your attention to our work. If the issue persists, you may consider using the pip command to download essential packages such as pytorch, pandas, transformers, and accelerate separately. Once these packages are installed, the program should run normally.

RysBen commented 3 weeks ago

After installing torch, pandas, transformers, accelerate, it works.

Thanks for your suggestion!