NVIDIA-Genomics-Research / AtacWorks

Deep learning based processing of Atac-seq data
https://clara-parabricks.github.io/AtacWorks/
Other
127 stars 23 forks source link

error in pip install -r requirments.txt #233

Open elffairy90 opened 3 years ago

elffairy90 commented 3 years ago

Hi, I got the following error when doing this step, wondering if I could get help here. THank you! cd AtacWorks && pip install -r requirements.txt Screen Shot 2021-03-21 at 10 58 56 pm

ohadmo commented 3 years ago

Hey @elffairy90, seems like you are using Python 3.8 which is only supported in PyTorch 1.4 and up. Can you use Python 3.7 in the meantime until we update the requirements.txt file?