vishal-keshav / fast_prototype

This is a machine learning framework that enables developers to iterate fast over different ML architecture designs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency versions not found

JonGeorge opened this issue · comments

commented

When attempting to install project dependencies, versions could not be found for the tensorflow-gpu==1.30 and tensorflow-datasets==1.10 requirements.

requirements.txt needs to be updated with the appropriate versions.

Error messages:

ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.30 (from -r requirements.txt (line 5)) (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.30 (from -r requirements.txt (line 5))

and

ERROR: Could not find a version that satisfies the requirement tensorflow-datasets==1.10 (from -r requirements.txt (line 6)) (from versions: 1.0.1, 1.0.2, 1.1.0, 1.2.0, 1.3.0,
 1.3.1, 1.3.2, 2.0.0, 2.1.0)
ERROR: No matching distribution found for tensorflow-datasets==1.10 (from -r requirements.txt (line 6))