coursera-aml-docker icon indicating copy to clipboard operation
coursera-aml-docker copied to clipboard

conda_requirements are not satisfiable

Open subhachandrachandra opened this issue 6 years ago • 1 comments

There is a conflict in the conda requirements. Keras 2.0.6 needs tensorflow <= 1.0.1 but tensorflow=1.2.1 is specified.

amls) Quasar:~ subhachandra$ conda install --yes --file conda_requirements.txt Fetching package metadata ............. Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

  • keras ==2.0.6 -> tensorflow <=1.0.1 -> protobuf ==3.0.0b2
  • tensorflow ==1.2.1 Use "conda info " to see the dependencies for each package.

subhachandrachandra avatar Apr 23 '18 00:04 subhachandrachandra

No matching distribution found for tensorflow==1.2.1

urmamalikesme avatar Apr 02 '20 16:04 urmamalikesme