You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: