google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications
Apache License 2.0
13.15k stars 2.59k forks source link

ModuleNotFoundError: No module named 'absl' #408

Open guyver007 opened 1 year ago

guyver007 commented 1 year ago

Hey

I am currently trying to fix the alphafold software and whenever I try to run the script for my user I keep getting the following error in the log files that I get in my users account.

Traceback (most recent call last): File "/mnt/bffa3afc-3d28-4640-8118-97b43d848c45/ALPHAFOLD/USERS/../alphafold-main/docker/run_docker.py", line 22, in from absl import app ModuleNotFoundError: No module named 'absl'

Can anyone kindly help me with this?

sarakosenina commented 1 year ago

I´m having the same issue.