conda-forge / vtk-feedstock

A conda-smithy repository for vtk.
BSD 3-Clause "New" or "Revised" License
13 stars 64 forks source link

Unsatisfiable dependencies on Windows #78

Closed hadim closed 5 years ago

hadim commented 5 years ago

This issue concerns not this recipe itself but a recipe related to this one. For now see the current PR for the recipe of vtki: https://github.com/conda-forge/staged-recipes/pull/8001

The issue is when trying to build the noarch vtki package on Windows: https://ci.appveyor.com/project/conda-forge/staged-recipes/builds/23136087

File "C:\Miniconda36-x64\lib\site-packages\conda\resolve.py", line 316, in find_conflicts
    raise UnsatisfiableError(bad_deps)
conda.exceptions.UnsatisfiableError: The following specifications were found to be in conflict:
  - vc=9
  - vtk=8.1.1 -> python[version='>=3.5,<3.6.0a0'] -> vc[version='>=14,<15.0a0']
Use "conda search <package> --info" to see the dependencies for each package.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):

I am not sure what is the best way to resolve this. For now, I am skipping the Windows build for vtki.

Ping @grlee77

hadim commented 5 years ago

Sorry for the noise. The error was due to incorrect deps in the recipe.