-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with python dependencies #34
Comments
Hmmm. Homebrew uses superenv to override and remove various users' environment settings, so that might explain why it's having trouble. This is a setup I hadn't anticipated, but I'm going to see if I can add some "dependency hunting" code to the formula to deal with this in a more generalized way. Other formula do this as well so it ought to be doable. There is a small chance adding
|
Let me know if I can help test in any way |
@froztbyte Sorry, its been quite some time, but I do have something to report. Try Then install gnuradio. This will bypass any user dependent stuff and make sure to install the dependencies within the systemwide homebrew python version, which is the only environment one can use homebrew formula with, sadly. That, or the included OS X one. There is no way around that limitation, it would require completely changing what homebrew even is, so there is not much I can do to get it to use user python environments. But it should play nice along side them. |
I have a user python configuration on my 10.10 installation that's configured via http://pip2014.com/. I have also installed all dependencies as indicated in the initial bit of the readme (where I note that numpy and scipy came from the system installation of python; I don't recall if I previously installed them myself)
Here is a list of my installed deps at user level:
When I try to run the
brew install
command, I get this:At a guess, I'm thinking that maybe this is due to how the gnuradio python dependency is working out?
I have also tried this, to no effect:
As you can see, the
pip
command my user is hitting most certainly has those deps available, but whatever the brew command is doing doesn't appear to complete successfully.The text was updated successfully, but these errors were encountered: