requirements.txt
Opened this issue · 2 comments
operasnk commented
How to download requirements.txt
SuchiUCD commented
You need to install
- pytorch (conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.6 -c pytorch -c conda-forge)
- wandb (pip install wandb)
- blobfile(pip install blob file)
- pillow (pip install pillow==10.0.0)
Here I have attached the automatically generated requirement file with this it's working
TWTWTWTWTWTWTWTW commented
How to solve this:
"The conflict is caused by:
The user requested numpy==1.24.4
contourpy 1.1.0 depends on numpy>=1.16
matplotlib 3.7.2 depends on numpy>=1.20
mkl-fft 1.3.6 depends on numpy<1.25.0 and >=1.24.3
mkl-random 1.2.2 depends on numpy<1.23.0 and >=1.22.3"