yaspin icon indicating copy to clipboard operation
yaspin copied to clipboard

Consider a conda package

Open andrew-schweitzer-analog opened this issue 4 years ago • 3 comments

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.

pavdmyt avatar Sep 11 '20 15:09 pavdmyt

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.

blackbox-tech avatar Jan 18 '21 22:01 blackbox-tech