yaspin
yaspin copied to clipboard
Consider a conda package
We'd like to use yaspin
but we use conda environments. It is possible to install pypi packages into conda environments, but you can end up with unpredictable and unsatisfiable dependencies.
Thanks for proposal. I'll take a look on how to build conda packages.
Thanks! This might help. Since yaspin
seems to have have no dependencies the basic instructions might 'just work' without having to understand too much about conda-build. I don't recall if would need separate packages for 2.7 and 3.x. (We'd be happy with just 3.x).
I managed to create a conda recipe with conda skeleton pypi yaspin
, but I also had make a conda recipe for examples
, using the same method, because there is no currently a conda package for that either.