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.
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
I am not sure what is the best way to resolve this. For now, I am skipping the Windows build for vtki.
Ping @grlee77