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

installation problem

cctutum opened this issue · comments

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.

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.

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