google-deepmind / deepmind-research

This repository contains implementations and illustrative code to accompany DeepMind publications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'absl'

guyver007 opened this issue · comments

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?

I´m having the same issue.