hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
309 stars 60 forks source link

conda paver via doconce conflicts with tensorflow #175

Closed reckoner closed 5 years ago

reckoner commented 5 years ago

I don't know if it's possible to change the feedstock for doconce to avoid this?

UnsatisfiableError: The following specifications were found to be in conflict:
  - paver
  - tensorflow

This is for Python 3.7.

KGHustad commented 5 years ago

I don't think this is related to DocOnce or paver.

$ conda create -n test python=3.7 tensorflow
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - python=3.7
  - tensorflow -> protobuf==3.0.0b2 -> python=2.7 -> readline=6.2
  - tensorflow -> protobuf==3.0.0b2 -> python=2.7 -> sqlite=3.13
  - tensorflow -> protobuf==3.0.0b2 -> python=2.7 -> tk=8.5
Use "conda info <package>" to see the dependencies for each package.

There doesn't seem to be any tensorflow package for Python 3.7 on neither the official Anaconda channels nor conda-forge. https://anaconda.org/anaconda/tensorflow/files https://anaconda.org/conda-forge/tensorflow/files

reckoner commented 5 years ago

Thanks! conda is confusing me.