FelixHomma

Results 2 comments of FelixHomma

Not sure if this is still needed, but I got this error before when I ran out of memory. I think it usually happened when the database searches for `uniprot.fasta`...

> Likely related to [docker/docker-py#3113](https://github.com/docker/docker-py/issues/3113), work-around could be (with your alphafold venv activated) > > ```shell > pip3 uninstall requests > pip3 install requests=2.28.1 > ``` `pip3 install requests==2.28.1` did...