No valid recipes found for input · Issue #2933 · conda/conda-build · GitHub
Context I have created a C++ library called analytics that performs some math calculations. I want to play with this C++ logic in python, so I created wrappers for the C++ library using pybind11. These wrappers work; I create a shared ob...