Hi Mike, to be honest: if I had to find the single feature which is also an anti-feature of PyBOMBS it's that it's a software manager to work within other software managers. And it can be used to build up a separate library environment for specific software's usage, intentionally distinct from what the original software manager manages. Obviously, some testing, and specific coding had to be done to make it work on quite a few quite different Linux distros.
Exactly the same can be said about Anaconda – it's a package manager and a library environment-within-environment. So, what PyBOMBS and Anaconda do kind of is parallel and somehow contradicting. It's no big surprise to me that it doesn't work (at least not unmodified). So, honestly, this sounds like an anaconda issue – if it can't find something that is clearly installed in a path you'd expect Anaconda to find it in, then it sounds like you should be configuring anaconda's python correctly. Best regards, Marcus On 04/22/2016 06:07 PM, Mike Markowski wrote: > Just curious why I can't use pybombs on an anaconda > (https://www.continuum.io/) tree? > > Since our lab is not on the internet, anaconda is a great python > solution. Pybombs-2.0.1 installs fine in the regular /usr/bin/python > tree on ubuntu 15.10 boxes but not under anaconda, where it complains > that it can't find cheetah even though cheetah v2.4.4 is in /usr/bin/. > > Definitely not end of the world since is easy enough to not use > anaconda tree, but we also have other things like gpib control, etc., > that would be nice to not install twice. > > Thanks! > Mike Markowski > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
