Spaces:
Running
on
T4
Runtime Error
Hello,
The space appears to currently be down - would it be possible to restart the environment so I can use this environment? Thanks
Restarted
Is it possible to restart this environment again?
Hello! I get the following error when running it locally:
Standard error:
/home/appuser/micromamba/envs/diffdock/lib/python3.9/site-packages/Bio/pairwise2.py:278: BiopythonDeprecationWarning: Bio.pairwise2 has been deprecated, and we intend to remove it in a future release of Biopython. As an alternative, please consider using Bio.Align.PairwiseAligner as a replacement, and contact the Biopython developers if you still need the Bio.pairwise2 module.
warnings.warn(
[2025-May-15 19:22:09 UTC] [inference.py:125] INFO - Models not found. Downloading
[2025-May-15 19:22:09 UTC] [inference.py:130] INFO - Attempting download from https://github.com/gcorso/DiffDock/releases/latest/download/diffdock_models.zip
[2025-May-15 19:22:29 UTC] [inference.py:130] INFO - Attempting download from https://github.com/gcorso/DiffDock/releases/download/v1.1/diffdock_models.zip
Traceback (most recent call last):
File "/home/appuser/DiffDock/inference.py", line 318, in
main(_args)
File "/home/appuser/DiffDock/inference.py", line 143, in main
raise Exception(f"Models not found locally and failed to download them from {remote_urls}")
Exception: Models not found locally and failed to download them from ['https://github.com/gcorso/DiffDock/releases/latest/download/diffdock_models.zip', 'https://github.com/gcorso/DiffDock/releases/download/v1.1/diffdock_models.zip']