Giter VIP home page Giter VIP logo

Comments (2)

jefferis avatar jefferis commented on July 28, 2024

conda is more explicit:

$ conda install tensorflow=1.9
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: - 
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed                                                                                                               
                                                                                                                     
UnsatisfiableError: The following specifications were found                                                          
to be incompatible with the existing python installation in your environment:

Specifications:

  - tensorflow=1.9 -> python[version='2.7.*|3.5.*|3.6.*']
  - tensorflow=1.9 -> python[version='>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']

Your python: python=3.7

If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.

The following specifications were found to be incompatible with each other:



Package certifi conflicts for:
tensorflow=1.9 -> python=2.7 -> pip -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']
python=3.7 -> pip -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']
Package ca-certificates conflicts for:
tensorflow=1.9 -> python=2.7 -> ca-certificates
python=3.7 -> openssl[version='>=1.1.1b,<1.1.2a'] -> ca-certificates
Package pip conflicts for:
python=3.7 -> pip
tensorflow=1.9 -> python=2.7 -> pip
Package wheel conflicts for:
python=3.7 -> pip -> wheel
tensorflow=1.9 -> python=2.7 -> pip -> wheel
Package setuptools conflicts for:
tensorflow=1.9 -> python=2.7 -> pip -> setuptools
python=3.7 -> pip -> setuptools

from trailmap.

albert597 avatar albert597 commented on July 28, 2024

Thank you for bring this issue up. You indeed need to use Python 3.6 if you use tensorflow 1.9.

I will update the readme page later this week with a detailed tested version of pip install.

Please let me know if you have anymore issues.

from trailmap.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.