google-deepmind / google-deepmind/alphafold

error whole running alphafold google colab

Open
#905 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14.9k
Forks
2.9k
PR merge metrics
No merged PRs in 30d

Description

I came across following error while running alphafold google colab. could you please help me resolve the problem.

WARNING: Skipping tensorflow as it is not installed.
WARNING: Skipping keras as it is not installed.
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Reading package lists...
Building dependency tree...
Reading state information...
hmmer is already the newest version (3.3.2+dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 35 not upgraded.
Collecting py3dmol
Using cached py3Dmol-2.0.4-py2.py3-none-any.whl.metadata (2.1 kB)
Using cached py3Dmol-2.0.4-py2.py3-none-any.whl (12 kB)
Installing collected packages: py3dmol
Successfully installed py3dmol-2.0.4
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
PREFIX=/opt/conda
Unpacking payload ...

Installing base environment...

Downloading and Extracting Packages:

Downloading and Extracting Packages:

Preparing transaction: done
Executing transaction: done
installation finished.
WARNING:
You currently have a PYTHONPATH environment variable set. This may cause
unexpected behavior when running the Python interpreter in Miniconda3.
For best results, please verify that your PYTHONPATH only points to
directories of packages that are compatible with the Python interpreter
in Miniconda3: /opt/conda
env: PATH=/opt/conda/bin:/opt/conda/bin:/opt/conda/bin:/opt/conda/bin:/opt/conda/bin:/opt/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/tools/node/bin:/tools/google-cloud-sdk/bin
Channels:
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
- package conda-23.5.2-py310h06a4308_0 requires python >=3.10,<3.11.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ conda 23.5.2 is installable with the potential options
│ ├─ conda 23.5.2 would require
│ │ └─ python >=3.10,<3.11.0a0 , which can be installed;
│ ├─ conda 23.5.2 would require
│ │ └─ python >=3.11,<3.12.0a0 , which can be installed;
│ ├─ conda 23.5.2 would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ └─ conda 23.5.2 would require
│ └─ python >=3.9,<3.10.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.12.* , which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:
- python 3.12.* (labeled as 'pin-1')

---------------------------------------------------------------------------
CalledProcessError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
40 PATH=get_ipython().run_line_magic('env', 'PATH')
41 get_ipython().run_line_magic('env', 'PATH=/opt/conda/bin:{PATH}')
---> 42 get_ipython().run_line_magic('shell', 'conda install -qy conda==23.5.2 && conda install -qy -c conda-forge python=3.10 openmm=7.7.0 pdbfixer')
43 pbar.update(80)
44

2 frames
[/usr/local/lib/python3.10/dist-packages/IPython/core/interactiveshell.py](https://localhost:8080/#) in run_line_magic(self, magic_name, line, _stack_depth)
2416 kwargs['local_ns'] = self.get_local_scope(stack_depth)
2417 with self.builtin_trap:
-> 2418 result = fn(*args, **kwargs)
2419 return result
2420

[/usr/local/lib/python3.10/dist-packages/google/colab/_system_commands.py](https://localhost:8080/#) in _shell_line_magic(line)
65 """
66 result = _run_command(line, clear_streamed_output=False)
---> 67 result.check_returncode()
68 return result
69

[/usr/local/lib/python3.10/dist-packages/google/colab/_system_commands.py](https://localhost:8080/#) in check_returncode(self)
135 def check_returncode(self):
136 if self.returncode:
--> 137 raise subprocess.CalledProcessError(
138 returncode=self.returncode, cmd=self.args, output=self.output
139 )

CalledProcessError: Command 'conda install -qy conda==23.5.2 && conda install -qy -c conda-forge python=3.10 openmm=7.7.0 pdbfixer' returned non-zero exit status 1.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.