What does conda-build not like about this version number?
问题 Python / Anaconda newbie here. I am trying to work with packages and multiple environments. Right now I'm trying to install the package "ibm_watson" which is available through PyPi. Here's the story so far: conda skeleton pypi ibm_watson This worked, but it generated a meta.yaml which conda-build didn't like. It had a version string ">=2.0," with an extraneous comma. I had to hand edit that out. Where is that error happening? Anyway, I got past that. Here's where I'm stuck now. conda_build