Hi, I compiled gnuradio from source in Ubuntu 7.10 and I was having the same problems as you until I realized that you need to install the development packages for almost all the dependencies. There are some where you don't need the -dev packages, but it doesn't hurt to install them. So go ahead and install the "-dev" packages for all the dependencies using synaptic. In your case it will be "python-numpy-dev" and "libboost-dev".
Hope that helps. Karthik > Message: 1 > Date: Sat, 2 Feb 2008 01:26:34 +0800 > From: "JackyYang" <[EMAIL PROTECTED]> > Subject: [Discuss-gnuradio]How to install python-numpy&&libboost on > Ubuntu system > To: <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hi: > > > > Have anyone use Ubuntu(6.1) system to install gnuradio? > > > > When I use "synaptic" to install "python-numpy"&&"libboost", that I can't > search the two package. > > > > I try to download python-numpy-ext, but I can't success to install. > > > > He tell me: > > Error:Dependency is not satisfiable:python-numpy > > > > How can I do? > > Thanks. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://lists.gnu.org/pipermail/discuss-gnuradio/attachments/20080202/4e2de921/attachment.html > > ------------------------------ > > Message: 2 > Date: Fri, 1 Feb 2008 10:01:37 -0800 > From: "Johnathan Corgan" <[EMAIL PROTECTED]> > Subject: Re: [Discuss-gnuradio]How to install python-numpy&&libboost > on Ubuntu system > To: JackyYang <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > On 2/1/08, JackyYang <[EMAIL PROTECTED]> wrote: > > > Have anyone use Ubuntu(6.1) system to install gnuradio? > > > Error:Dependency is not satisfiable:python-numpy > > Please enable the "universe" and "multiverse" repositories in Synaptic. > > -- > Johnathan Corgan > Corgan Enterprises LLC > http://corganenterprises.com/ > > > > Message: 7 > Date: Sat, 2 Feb 2008 04:44:16 +0800 > From: "JackyYang" <[EMAIL PROTECTED]> > Subject: RE: [Discuss-gnuradio]How to install python-numpy&&libboost > on Ubuntu system > To: "'Johnathan Corgan'" <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="us-ascii" > > Hi: > > I try to enable the "universe" and "multiverse" repositories, but it is > not > use. > I try to ask someone on internet, that he is use Ubuntu 7.04. > He can search the "python-numpy" in the Synaptic, he say maybe Ubnutu not > support python-numpy at 6.10. > > And I try to use "apt-get" command to installed, but the same result too. > > If I use Ubnutu 7.04 to install GNURadio, is it ok? > > -----Original Message----- > From: Johnathan Corgan [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 02, 2008 2:02 AM > To: JackyYang > Cc: [email protected] > Subject: Re: [Discuss-gnuradio]How to install python-numpy&&libboost on > Ubuntu system > > On 2/1/08, JackyYang <[EMAIL PROTECTED]> wrote: > > > Have anyone use Ubuntu(6.1) system to install gnuradio? > > > Error:Dependency is not satisfiable:python-numpy > > Please enable the "universe" and "multiverse" repositories in Synaptic. > > -- > Johnathan Corgan > Corgan Enterprises LLC > http://corganenterprises.com/ > > > > > > ------------------------------ > > Message: 8 > Date: Fri, 01 Feb 2008 12:55:21 -0800 > From: Johnathan Corgan <[EMAIL PROTECTED]> > Subject: Re: [Discuss-gnuradio]How to install python-numpy&&libboost > on Ubuntu system > To: JackyYang <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > JackyYang wrote: > > > If I use Ubnutu 7.04 to install GNURadio, is it ok? > > I'd recommend 7.10 for reasons unrelated to GNU Radio. > > -- > Johnathan Corgan > Corgan Enterprises LLC > http://corganenterprises.com > > > > > ------------------------------ > > Message: 9 > Date: Fri, 1 Feb 2008 13:35:12 -0800 (PST) > From: Firas Abbas <[EMAIL PROTECTED]> > Subject: RE: [Discuss-gnuradio]How to install python-numpy&&libboost > on Ubuntu system > To: JackyYang <[EMAIL PROTECTED]>, 'Johnathan Corgan' > <[EMAIL PROTECTED]> > Cc: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > > Follow : > http://gnuradio.org/trac/wiki/NumpyInstall > > and you will get red of this problem. > > Regards, > > Firas > > JackyYang <[EMAIL PROTECTED]> wrote: Hi: > > I try to enable the "universe" and "multiverse" repositories, but it is > not > use. > I try to ask someone on internet, that he is use Ubuntu 7.04. > He can search the "python-numpy" in the Synaptic, he say maybe Ubnutu not > support python-numpy at 6.10. > > And I try to use "apt-get" command to installed, but the same result too. > > If I use Ubnutu 7.04 to install GNURadio, is it ok? > > -----Original Message----- > From: Johnathan Corgan [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 02, 2008 2:02 AM > To: JackyYang > Cc: [email protected] > Subject: Re: [Discuss-gnuradio]How to install python-numpy&&libboost on > Ubuntu system > > On 2/1/08, JackyYang <[EMAIL PROTECTED]> wrote: > > > Have anyone use Ubuntu(6.1) system to install gnuradio? > > > Error:Dependency is not satisfiable:python-numpy > > Please enable the "universe" and "multiverse" repositories in Synaptic. > > -- > Johnathan Corgan > Corgan Enterprises LLC > http://corganenterprises.com/ > > -- www.stanford.edu/~karthikv
_______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
