google-deepmind / deepmind-research

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

installation problem #417

Open cctutum opened 1 year ago

cctutum commented 1 year ago

Hello,

I cloned the parent directory and tried to install the project using the requirements file, but I am getting the following error:

ERROR: Could not find a version that satisfies the requirement tensorflow<2,>=1.15 (from versions: 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3
, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3,
 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.12.0rc0, 2.12.0rc1)
ERROR: No matching distribution found for tensorflow<2,>=1.15

Any suggestions?

Thanks.

cctutum commented 1 year ago

I have changed two lines in the requirements: tensorflow<2,>=1.1 --> tensorflow>=1.15 sklearn --> scikit-learn It installed this time, but still testing the code.

hassanelkharroubi commented 1 year ago

@cctutum please could you give us the python version Could you confirm if it is working?

glyspy commented 6 months ago

Any updates on this issue? I am having trouble as well...

I created a conda environment in order to force the installation of tensorflow (version 1.14 based on the README of alphafold-casp13) and dm-sonnet==1.35. However, after setting up the run_eval.sh script with the proper directories etc. For the conda env I have python 3.7.